]> git.ipfire.org Git - thirdparty/gettext.git/commitdiff
Fix copy&paste mistake.
authorBruno Haible <bruno@clisp.org>
Wed, 17 Oct 2007 09:40:56 +0000 (09:40 +0000)
committerBruno Haible <bruno@clisp.org>
Tue, 23 Jun 2009 10:15:19 +0000 (12:15 +0200)
gettext-tools/examples/ChangeLog
gettext-tools/examples/hello-java/po/Makefile.am

index d47aad3bb300bd7eb82d7a73994cb54f21db5f71..593649cface171fa01b15f33f27004eacbcedf90 100644 (file)
@@ -1,3 +1,8 @@
+2007-10-17  Bruno Haible  <bruno@clisp.org>
+
+       * hello-java/po/Makefile.am (stamp-po): Test $(PROPERTIESFILES), not
+       $(GMOFILES).
+
 2007-10-13  Bruno Haible  <bruno@clisp.org>
 
        * po/nl.po: Update from Benno Schulenberg <benno@vertaalt.nl>.
index b0be97511b3124645aa5af2533032f2e6f94daa2..0f5be05769828d8bb365e34335eb5819a3695217 100644 (file)
@@ -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" && \