diff options
author | Ulrich Drepper <drepper@redhat.com> | 2002-11-26 02:17:06 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2002-11-26 02:17:06 +0000 |
commit | 12f492c0a4c051055dea4155d54e51ac1842e5dc (patch) | |
tree | 23111253add000cfe9ff68da684e8f8022ba7146 /iconv | |
parent | 832fd8e8109bb8e26c5aa7560ab93ccdcd37b59b (diff) | |
download | glibc-12f492c0a4c051055dea4155d54e51ac1842e5dc.tar glibc-12f492c0a4c051055dea4155d54e51ac1842e5dc.tar.gz glibc-12f492c0a4c051055dea4155d54e51ac1842e5dc.tar.bz2 glibc-12f492c0a4c051055dea4155d54e51ac1842e5dc.zip |
(tests): Remove tst-iconv4.c
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 1a84c6c7a4..15846c2c07 100644 --- a/iconv/Makefile +++ b/iconv/Makefile @@ -49,7 +49,7 @@ CFLAGS-charmap.c = -DCHARMAP_PATH='"$(i18ndir)/charmaps"' \ CFLAGS-linereader.c = -DNO_TRANSLITERATION CFLAGS-simple-hash.c = -I../locale -tests = tst-iconv1 tst-iconv2 tst-iconv3 tst-iconv4 +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 gconv_charset.h strtab.c \ |