diff options
author | Marek Polacek <polacek@redhat.com> | 2012-03-06 22:05:56 +0100 |
---|---|---|
committer | Marek Polacek <polacek@redhat.com> | 2012-03-06 22:08:16 +0100 |
commit | a53b7a4e4b39d90f5964841c63492cf233aa17b8 (patch) | |
tree | 1ce8615b070b83d105f6e5a3f3c9a71caeba17d1 /stdio-common/Makefile | |
parent | e92584001a07a7e1a4ad2a4997a429075d36e76a (diff) | |
download | glibc-a53b7a4e4b39d90f5964841c63492cf233aa17b8.tar.gz glibc-a53b7a4e4b39d90f5964841c63492cf233aa17b8.tar.xz glibc-a53b7a4e4b39d90f5964841c63492cf233aa17b8.zip |
Fix up long double fphex.
Diffstat (limited to 'stdio-common/Makefile')
-rw-r--r-- | stdio-common/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/stdio-common/Makefile b/stdio-common/Makefile index 080badc36c..831fafefb9 100644 --- a/stdio-common/Makefile +++ b/stdio-common/Makefile @@ -60,7 +60,7 @@ tests := tstscanf test_rdwr test-popen tstgetln test-fseek \ tst-fwrite bug16 bug17 tst-swscanf tst-sprintf2 bug18 bug18a \ bug19 bug19a tst-popen2 scanf13 scanf14 scanf15 bug20 bug21 bug22 \ scanf16 scanf17 tst-setvbuf1 tst-grouping bug23 bug24 \ - bug-vfprintf-nargs + bug-vfprintf-nargs tst-long-dbl-fphex test-srcs = tst-unbputc tst-printf |