From: Bruno Haible Date: Wed, 17 Oct 2007 09:40:56 +0000 (+0000) Subject: Fix copy&paste mistake. X-Git-Tag: v0.17~115 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=27d9ef8da07f33b5a8d68f628bb0821fadcc118e;p=thirdparty%2Fgettext.git Fix copy&paste mistake. --- diff --git a/gettext-tools/examples/ChangeLog b/gettext-tools/examples/ChangeLog index d47aad3bb..593649cfa 100644 --- a/gettext-tools/examples/ChangeLog +++ b/gettext-tools/examples/ChangeLog @@ -1,3 +1,8 @@ +2007-10-17 Bruno Haible + + * hello-java/po/Makefile.am (stamp-po): Test $(PROPERTIESFILES), not + $(GMOFILES). + 2007-10-13 Bruno Haible * po/nl.po: Update from Benno Schulenberg . diff --git a/gettext-tools/examples/hello-java/po/Makefile.am b/gettext-tools/examples/hello-java/po/Makefile.am index b0be97511..0f5be0576 100644 --- a/gettext-tools/examples/hello-java/po/Makefile.am +++ b/gettext-tools/examples/hello-java/po/Makefile.am @@ -88,7 +88,7 @@ all-local: stamp-po # $(POFILES) has been designed to not touch files that don't need to be # changed. stamp-po: $(srcdir)/$(DOMAIN).pot - test -z "$(GMOFILES)" || $(MAKE) $(GMOFILES) \ + test -z "$(PROPERTIESFILES)" || $(MAKE) $(PROPERTIESFILES) \ $(MAKE) update-properties @test ! -f $(srcdir)/$(DOMAIN).pot || { \ echo "touch stamp-po" && \