diff options
author | Ulrich Drepper <drepper@redhat.com> | 2000-07-18 08:13:18 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2000-07-18 08:13:18 +0000 |
commit | c6df09adf24ef80a84ae81680604165e74779f54 (patch) | |
tree | ef59e1706a6df16988d8cec066440a42ea85746a /intl/Makefile | |
parent | 9aaac141b33408ca6128cf7dd34a6b24b6a4f95e (diff) | |
download | glibc-c6df09adf24ef80a84ae81680604165e74779f54.tar glibc-c6df09adf24ef80a84ae81680604165e74779f54.tar.gz glibc-c6df09adf24ef80a84ae81680604165e74779f54.tar.bz2 glibc-c6df09adf24ef80a84ae81680604165e74779f54.zip |
Update.
2000-07-18 Ulrich Drepper <drepper@redhat.com>
* intl/Makefile: Make sure tst-translit is run after tst-gettext.
* locale/C-ctype.c: Add initializers for gap elements.
* locale/programs/ld-ctype.c (ctype_output): Write out index entries
for gap elements.
Diffstat (limited to 'intl/Makefile')
-rw-r--r-- | intl/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/intl/Makefile b/intl/Makefile index b4bc7aa0fa..8284f2c46a 100644 --- a/intl/Makefile +++ b/intl/Makefile @@ -67,6 +67,8 @@ $(objpfx)msgs.h: po2test.sed ../po/de.po CFLAGS-tst-gettext.c = -DTESTSTRS_H=\"$(objpfx)msgs.h\" CFLAGS-tst-translit.c = -DOBJPFX=\"$(objpfx)\" +$(objpfx)tst-translit.out: $(objpfx)tst-gettext.out + CPPFLAGS += -D'GNULOCALEDIR="$(msgcatdir)"' \ -D'LOCALE_ALIAS_PATH="$(msgcatdir):$(i18ndir)"' YFLAGS = --name-prefix=__gettext --output |