From: Bruno Haible Date: Tue, 16 Oct 2018 11:03:35 +0000 (+0200) Subject: examples: hello-java: Fix 'make' failure. X-Git-Tag: v0.20~347 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=126d074f2db8f59d7fa75f58fb00eed6b905aacf;p=thirdparty%2Fgettext.git examples: hello-java: Fix 'make' failure. * gettext-tools/examples/hello-java/po/Makefile.am (stamp-po): Fix syntax error. --- diff --git a/gettext-tools/examples/hello-java/po/Makefile.am b/gettext-tools/examples/hello-java/po/Makefile.am index c651bc79e..b8cf04bfe 100644 --- a/gettext-tools/examples/hello-java/po/Makefile.am +++ b/gettext-tools/examples/hello-java/po/Makefile.am @@ -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" && \