diff options
author | Andreas Jaeger <aj@suse.de> | 2000-08-01 09:29:48 +0000 |
---|---|---|
committer | Andreas Jaeger <aj@suse.de> | 2000-08-01 09:29:48 +0000 |
commit | 8a958cd23f3877012d555444e79e6b2c47763387 (patch) | |
tree | cabc5dcfbba1e587c29f5de4a8931970b5077c74 /localedata/Makefile | |
parent | d9fd4f33249005720c22195d3afee5d6613280c2 (diff) | |
download | glibc-8a958cd23f3877012d555444e79e6b2c47763387.tar.gz glibc-8a958cd23f3877012d555444e79e6b2c47763387.tar.xz glibc-8a958cd23f3877012d555444e79e6b2c47763387.zip |
* Makefile (distribute): Follow name change of tst-ctype-de.in to
tst-ctype-de_DE.ISO-8859-1.in. 2000-08-01 Andreas Jaeger <aj@suse.de> * Makefile (distribute): Follow name change of tst-ctype-de.in to tst-ctype-de_DE.ISO-8859-1.in.
Diffstat (limited to 'localedata/Makefile')
-rw-r--r-- | localedata/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/localedata/Makefile b/localedata/Makefile index e9aec39c67..2f63004119 100644 --- a/localedata/Makefile +++ b/localedata/Makefile @@ -68,7 +68,8 @@ distribute := CHECKSUMS README SUPPORTED ChangeLog \ tst-rpmatch.sh tst-locale.sh tst-fmon.sh sort-test.sh \ tst-fmon.data $(test-input-data) $(ld-test-srcs) \ th_TH.in cs_CZ.in tst-mbswcs.sh tst-trans.sh tst-ctype.sh \ - tst-ctype-de_DE.in $(wildcard tests-mbwc/*.[ch]) \ + tst-ctype-de_DE.ISO-8859-1.in \ + $(wildcard tests-mbwc/*.[ch]) \ $(addprefix tst-fmon-locales/tstfmon_,$(fmon-tests)) \ gen-locale.sh show-ucs-data.c tst-langinfo.sh \ tst-wctype.sh tst-wctype.input |