From c6df09adf24ef80a84ae81680604165e74779f54 Mon Sep 17 00:00:00 2001 From: Ulrich Drepper Date: Tue, 18 Jul 2000 08:13:18 +0000 Subject: Update. 2000-07-18 Ulrich Drepper * 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. --- intl/Makefile | 2 ++ 1 file changed, 2 insertions(+) (limited to 'intl/Makefile') diff --git a/intl/Makefile b/intl/Makefile index b4bc7aa..8284f2c 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 -- cgit v1.1