summaryrefslogtreecommitdiff
path: root/localedata/Makefile
diff options
context:
space:
mode:
authorAndreas Jaeger <aj@suse.de>2001-08-09 17:15:56 +0000
committerAndreas Jaeger <aj@suse.de>2001-08-09 17:15:56 +0000
commitd4459f83de18527316eca4c5ad773380cbf13c09 (patch)
tree44f88a126cbbe40a781412b20195a5f28ac0a37e /localedata/Makefile
parentde1fe205b9225214d93052c85d6aa376049ae6a7 (diff)
Revert last patch, Ulrich will fix the failing script to use de_DE.UTF-8.
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 decaa129ef..8866b693e4 100644
--- a/localedata/Makefile
+++ b/localedata/Makefile
@@ -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)" | \