summaryrefslogtreecommitdiff
path: root/localedata/Makefile
diff options
context:
space:
mode:
authorUlrich Drepper <drepper@redhat.com>2000-06-30 00:11:52 +0000
committerUlrich Drepper <drepper@redhat.com>2000-06-30 00:11:52 +0000
commitf175216dbf9354a73441b54f5135fe673f536c20 (patch)
treedb620d7f05ad7cee9d98153e480f8d4dec13851b /localedata/Makefile
parent27ffef477cf5c8a7ee463002db538f5654b9ab4d (diff)
Update.
2000-06-29 Ulrich Drepper <drepper@redhat.com> * locale/programs/ld-ctype.c (ctype_output): Don't generate unaligned data files.
Diffstat (limited to 'localedata/Makefile')
-rw-r--r--localedata/Makefile5
1 files changed, 3 insertions, 2 deletions
diff --git a/localedata/Makefile b/localedata/Makefile
index 7658ff727a..33c080e1cc 100644
--- a/localedata/Makefile
+++ b/localedata/Makefile
@@ -140,7 +140,7 @@ do-tst-ctype: tst-ctype.sh $(objpfx)tst-ctype do-collate-test
# Theses locales are generated by gen-locale.sh
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
+ en_US.ISO-8859-1 ja_JP.EUC-JP
LOCALE_FILES := LC_ADDRESS LC_IDENTIFICATION LC_MONETARY LC_PAPER \
LC_COLLATE LC_MEASUREMENT LC_NAME LC_TELEPHONE LC_CTYPE \
@@ -151,7 +151,8 @@ ALL_LC_FILES := $(foreach locale, $(LOCALES), \
ALL_OBJ_LC_FILES := $(addprefix $(objpfx), $(ALL_LC_FILES))
-$(ALL_OBJ_LC_FILES): gen-locale.sh Makefile charmaps/* locales/*
+$(ALL_OBJ_LC_FILES): gen-locale.sh Makefile charmaps/* locales/* \
+ $(common-objpfx)locale/localedef
$(SHELL) -e gen-locale.sh $(common-objpfx)
$(addsuffix .out,$(addprefix $(objpfx),$(locale_test_suite))): %: $(ALL_OBJ_LC_FILES)