about summary refs log tree commit diff
path: root/localedata/Makefile
diff options
context:
space:
mode:
authorAndreas Jaeger <aj@suse.de>2001-08-09 13:08:08 +0000
committerAndreas Jaeger <aj@suse.de>2001-08-09 13:08:08 +0000
commita5271e21972402d6dbeb08271cd68668d898deb4 (patch)
treef309ad5b84de530ed06e126fbf8160d6391d87e5 /localedata/Makefile
parentb649a605f780246f16f75d4f95267d87eabde1d5 (diff)
downloadglibc-a5271e21972402d6dbeb08271cd68668d898deb4.tar.gz
glibc-a5271e21972402d6dbeb08271cd68668d898deb4.tar.xz
glibc-a5271e21972402d6dbeb08271cd68668d898deb4.zip
(LOCALES): Generate en_US.UTF-8 locale.
2001-08-09  Andreas Jaeger  <aj@suse.de>

	* Makefile (LOCALES): Generate en_US.UTF-8 locale.
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 8866b693e4..decaa129ef 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 ja_JP.EUC-JP da_DK.ISO-8859-1 \
+	   en_US.ISO-8859-1 en_US.UTF-8 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)" | \