From 7e7a548e7837d533f790b13c5b200549fe95c5b2 Mon Sep 17 00:00:00 2001 From: Ulrich Drepper Date: Wed, 27 May 1998 10:29:02 +0000 Subject: Update. 1998-05-25 Andreas Schwab * catgets/Makefile ($(objpfx)de.cat): Renamed from do-gencat-test. Use automatic variables. ($(objpfx)de.msg): Fix reference to po file. 1998-05-26 Andreas Schwab * Makeconfig ($(common-objpfx)gnu/lib-names.stmp): Use $(move-if-change). 1998-05-25 Andreas Schwab * intl/dcgettext.c: Fix typo. --- catgets/Makefile | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) (limited to 'catgets/Makefile') diff --git a/catgets/Makefile b/catgets/Makefile index 7ce634f..d6646f3 100644 --- a/catgets/Makefile +++ b/catgets/Makefile @@ -43,13 +43,12 @@ CPPFLAGS := -DNLSPATH='"$(localedir)/%L/%N:$(localedir)/%L/LC_MESSAGES/%N:$(loca generated = de.msg de.cat -.PHONY: do-gencat-test -tests: do-gencat-test +tests: $(objpfx)de.cat # This test just checks whether the program produces any error or not. # The result is not tested. -do-gencat-test: $(objpfx)de.msg $(objpfx)gencat - $(built-program-cmd) $(objpfx)de.cat $(objpfx)de.msg +$(objpfx)de.cat: $(objpfx)de.msg $(objpfx)gencat + $(built-program-cmd) $@ $< # Generate a non-simple input file. -$(objpfx)de.msg: $(..)/po/de.po +$(objpfx)de.msg: $(..)po/de.po sed -f xopen-msg.sed $< > $@ -- cgit v1.1