diff options
author | Ulrich Drepper <drepper@redhat.com> | 2003-11-04 20:07:11 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2003-11-04 20:07:11 +0000 |
commit | 1c15327821aee947476284374a96c7ebb64dc0d6 (patch) | |
tree | cd9a6e49c3612c5185f78af5ee439da7925a5fff /localedata/Makefile | |
parent | 7ea113633e51579f6bbd3f03ab350fc8f8d0424f (diff) | |
download | glibc-1c15327821aee947476284374a96c7ebb64dc0d6.tar.gz glibc-1c15327821aee947476284374a96c7ebb64dc0d6.tar.xz glibc-1c15327821aee947476284374a96c7ebb64dc0d6.zip |
Update.
2003-11-04 Ulrich Drepper <drepper@redhat.com> * tst-numeric.data: Fix fallout from nb_NO introduction. * Makefile (LOCALES): Likewise.
Diffstat (limited to 'localedata/Makefile')
-rw-r--r-- | localedata/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/localedata/Makefile b/localedata/Makefile index 41495c24f6..6c3e5552a2 100644 --- a/localedata/Makefile +++ b/localedata/Makefile @@ -131,7 +131,7 @@ ifeq (no,$(cross-compiling)) 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 \ hr_HR.ISO-8859-2 sv_SE.ISO-8859-1 ja_JP.SJIS fr_FR.ISO-8859-1 \ - vi_VN.TCVN5712-1 no_NO.ISO-8859-1 nn_NO.ISO-8859-1 + vi_VN.TCVN5712-1 nb_NO.ISO-8859-1 nn_NO.ISO-8859-1 LOCALE_SRCS := $(shell echo "$(LOCALES)"|sed 's/\([^ .]*\)[^ ]*/\1/g') CHARMAPS := $(shell echo "$(LOCALES)" | \ sed -e 's/[^ .]*[.]\([^ ]*\)/\1/g' -e s/SJIS/SHIFT_JIS/g) |