diff options
author | Ulrich Drepper <drepper@redhat.com> | 1999-03-31 10:48:57 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 1999-03-31 10:48:57 +0000 |
commit | 99179803534c8f6d86e53ea9157fe3f4f88dfb5a (patch) | |
tree | 1ecbb663ba3281b4d5d234bcdd85d622030d194c /iconvdata/Makefile | |
parent | a8391579a39e18af7ac83ef49adc16dc5791ef89 (diff) | |
download | glibc-99179803534c8f6d86e53ea9157fe3f4f88dfb5a.tar.gz glibc-99179803534c8f6d86e53ea9157fe3f4f88dfb5a.tar.xz glibc-99179803534c8f6d86e53ea9157fe3f4f88dfb5a.zip |
Update.
1999-03-31 Ulrich Drepper <drepper@cygnus.com> * iconvdata/Makefile (distribute): Remove cp1258.h. (gen-8bit-gap-modules): Add cp1258. * iconvdata/cp1258.h: Removed.
Diffstat (limited to 'iconvdata/Makefile')
-rw-r--r-- | iconvdata/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/iconvdata/Makefile b/iconvdata/Makefile index bca623e637..fd0159bdea 100644 --- a/iconvdata/Makefile +++ b/iconvdata/Makefile @@ -86,7 +86,7 @@ distribute := gconv-modules extra-module.mk gap.awk gaptab.awk \ ansi_x3.110.c asmo_449.c baltic.c big5.c cp737.c cp737.h \ cp775.c cp775.h cp874.c cp874.h cns11643.c cns11643.h \ cns11643l1.c cns11643l1.h cp1250.c cp1251.c cp1252.c cp1253.c \ - cp1254.c cp1255.c cp1256.c cp1257.c cp1258.c cp1258.h \ + cp1254.c cp1255.c cp1256.c cp1257.c cp1258.c \ csn_369103.c cwi.c dec-mcs.c ebcdic-at-de.c ebcdic-at-de-a.c \ ebcdic-ca-fr.c ebcdic-dk-no.c ebcdic-dk-no-a.c ebcdic-es.c \ ebcdic-es-a.c ebcdic-es-s.c ebcdic-fr.c ebcdic-fi-se.c \ @@ -151,7 +151,7 @@ gen-8bit-gap-modules := koi8-r latin-greek latin-greek-1 ibm256 ibm273 \ inis-cyrillic iso_2033 iso_5427 iso_5427-ext \ iso_5428 iso_10367-box mac-is nats-dano nats-sefi \ iso8859-13 iso8859-14 iso8859-15 mac-uk sami-ws2 \ - iso-ir-197 + iso-ir-197 cp1258 gen-special-modules := iso8859-7jp |