From: Jim Meyering Date: Mon, 12 Jan 2004 22:58:36 +0000 (+0000) Subject: Update from gettext-0.13.1. X-Git-Tag: COREUTILS-5_1_1~64 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=680e412dd772b2bc5ce4d211c86e88b3fb42f7bd;p=platform%2Fupstream%2Fcoreutils.git Update from gettext-0.13.1. --- diff --git a/po/Makefile.in.in b/po/Makefile.in.in index ee60092..75c5d46 100644 --- a/po/Makefile.in.in +++ b/po/Makefile.in.in @@ -8,7 +8,7 @@ # Please note that the actual code of GNU gettext is covered by the GNU # General Public License and is *not* in the public domain. # -# Origin: gettext-0.12.2 +# Origin: gettext-0.13 PACKAGE = @PACKAGE@ VERSION = @VERSION@ @@ -88,7 +88,7 @@ all-no: # $(POFILES) has been designed to not touch files that don't need to be # changed. stamp-po: $(srcdir)/$(DOMAIN).pot - test -z "$(CATALOGS)" || $(MAKE) $(CATALOGS) + test -z "$(GMOFILES)" || $(MAKE) $(GMOFILES) @echo "touch stamp-po" @echo timestamp > stamp-poT @mv stamp-poT stamp-po