diff options
author | Ulrich Drepper <drepper@redhat.com> | 2001-04-08 05:16:21 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2001-04-08 05:16:21 +0000 |
commit | 4c4505561671f07c4f1b9e39cc0a0fa271a6c8be (patch) | |
tree | 98ce93a8da88a4ac0be79578424ca9256b1aee12 /iconv | |
parent | 232fdf8cab8d30925b2829446e6033e9c3955956 (diff) | |
download | glibc-4c4505561671f07c4f1b9e39cc0a0fa271a6c8be.zip glibc-4c4505561671f07c4f1b9e39cc0a0fa271a6c8be.tar.gz glibc-4c4505561671f07c4f1b9e39cc0a0fa271a6c8be.tar.bz2 |
Update.
2001-04-07 Stephen L Moshier <moshier@mediaone.net>
* sysdeps/ieee754/ldbl-128/e_logl.c: Correct infinity and NaN
return values.
Diffstat (limited to 'iconv')
-rw-r--r-- | iconv/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/iconv/Makefile b/iconv/Makefile index 5a90a77..e6e5f4d 100644 --- a/iconv/Makefile +++ b/iconv/Makefile @@ -48,7 +48,7 @@ CFLAGS-charmap.c = -DCHARMAP_PATH='"$(i18ndir)/charmaps"' \ tests = tst-iconv1 tst-iconv2 tst-iconv3 distribute = gconv_builtin.h gconv_int.h loop.c skeleton.c iconv_prog.h \ - iconv_charmap.c dummy-repertoire.c + iconv_charmap.c dummy-repertoire.c gconv_charset.h others = iconv_prog install-others = $(inst_bindir)/iconv |