Revert last patch, Ulrich will fix the failing script to use de_DE.UTF-8.

This commit is contained in:
Andreas Jaeger 2001-08-09 17:15:56 +00:00
parent de1fe205b9
commit d4459f83de
2 changed files with 1 additions and 5 deletions

View File

@ -1,7 +1,3 @@
2001-08-09 Andreas Jaeger <aj@suse.de>
* Makefile (LOCALES): Generate en_US.UTF-8 locale.
2001-08-04 Ulrich Drepper <drepper@redhat.com>
* charmaps/GEORGIAN-PS: New file.

View File

@ -128,7 +128,7 @@ CFLAGS-tst-trans.c = -Wno-format
ifeq (no,$(cross-compiling))
# We have to generate locales
LOCALES := de_DE.ISO-8859-1 de_DE.UTF-8 en_US.ANSI_X3.4-1968 \
en_US.ISO-8859-1 en_US.UTF-8 ja_JP.EUC-JP da_DK.ISO-8859-1 \
en_US.ISO-8859-1 ja_JP.EUC-JP da_DK.ISO-8859-1 \
hr_HR.ISO-8859-2 sv_SE.ISO-8859-1 ja_JP.SJIS fr_FR.ISO-8859-1
LOCALE_SRCS := $(shell echo "$(LOCALES)"|sed 's/\([^ .]*\)[^ ]*/\1/g')
CHARMAPS := $(shell echo "$(LOCALES)" | \