From c2eee429d3cbb5e81b84bca109db19b119dbedc2 Mon Sep 17 00:00:00 2001 From: Ulrich Drepper Date: Mon, 26 Jun 2000 20:07:09 +0000 Subject: Update. 2000-06-26 Ulrich Drepper * Makefile (test-input): Add en_US.ISO-8859-1. * en_US.in: New file. --- localedata/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'localedata/Makefile') diff --git a/localedata/Makefile b/localedata/Makefile index ac30131..457d55c 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)))) -- cgit v1.1