aboutsummaryrefslogtreecommitdiff
path: root/localedata/Makefile
diff options
context:
space:
mode:
authorUlrich Drepper <drepper@redhat.com>2000-06-26 20:07:09 +0000
committerUlrich Drepper <drepper@redhat.com>2000-06-26 20:07:09 +0000
commitc2eee429d3cbb5e81b84bca109db19b119dbedc2 (patch)
tree636dda2de9b98f2446bebe90e8d2f62d64de0469 /localedata/Makefile
parentd8317630cd9699e4a335da11d939fcb06e7594e1 (diff)
downloadglibc-c2eee429d3cbb5e81b84bca109db19b119dbedc2.tar
glibc-c2eee429d3cbb5e81b84bca109db19b119dbedc2.tar.gz
glibc-c2eee429d3cbb5e81b84bca109db19b119dbedc2.tar.bz2
glibc-c2eee429d3cbb5e81b84bca109db19b119dbedc2.zip
Update.
2000-06-26 Ulrich Drepper <drepper@redhat.com> * Makefile (test-input): Add en_US.ISO-8859-1. * en_US.in: New file.
Diffstat (limited to 'localedata/Makefile')
-rw-r--r--localedata/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/localedata/Makefile b/localedata/Makefile
index ac301317bb..457d55c026 100644
--- a/localedata/Makefile
+++ b/localedata/Makefile
@@ -39,7 +39,7 @@ test-srcs := collate-test xfrm-test tst-fmon tst-rpmatch tst-trans \
tst-mbswcs1 tst-mbswcs2 tst-mbswcs3 tst-mbswcs4 tst-mbswcs5
#test-input := de_DE.ISO-8859-1 da_DK.ISO-8859-1 fr_CA,2.13.ISO-8859-1 \
# hr_HR.ISO-8859-2 # once it is fixed: cs_CZ.ISO-8859-2
-test-input := de_DE.ISO-8859-1
+test-input := de_DE.ISO-8859-1 en_US.ISO-8859-1
test-input-data = $(addsuffix .in, $(basename $(test-input)))
test-output := $(foreach s, .out .xout, \
$(addsuffix $s, $(basename $(test-input))))