+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>.
# $(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" && \