]> git.ipfire.org Git - thirdparty/gettext.git/commitdiff
examples: hello-java: Fix 'make' failure.
authorBruno Haible <bruno@clisp.org>
Tue, 16 Oct 2018 11:03:35 +0000 (13:03 +0200)
committerBruno Haible <bruno@clisp.org>
Wed, 17 Oct 2018 17:02:42 +0000 (19:02 +0200)
* gettext-tools/examples/hello-java/po/Makefile.am (stamp-po): Fix syntax error.

gettext-tools/examples/hello-java/po/Makefile.am

index c651bc79e7236706328441ee6419f420846c483e..b8cf04bfe8b16ad985cc49c3c2982af3df5919b9 100644 (file)
@@ -94,7 +94,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 "$(PROPERTIESFILES)" || $(MAKE) $(PROPERTIESFILES) \
+       test ! -f $(srcdir)/$(DOMAIN).pot || \
          $(MAKE) update-properties
        @test ! -f $(srcdir)/$(DOMAIN).pot || { \
          echo "touch stamp-po" && \