diff options
| author | Bruno Haible <bruno@clisp.org> | 2007-10-17 09:40:56 +0000 |
|---|---|---|
| committer | Bruno Haible <bruno@clisp.org> | 2009-06-23 12:15:19 +0200 |
| commit | 27d9ef8da07f33b5a8d68f628bb0821fadcc118e (patch) | |
| tree | 2c5fc5d9ac662242fcede01a83a59fe6e7a54f9b /gettext-tools | |
| parent | 72f300523f7dce3f692c342f2feccf5333e605fb (diff) | |
| download | external_gettext-27d9ef8da07f33b5a8d68f628bb0821fadcc118e.zip external_gettext-27d9ef8da07f33b5a8d68f628bb0821fadcc118e.tar.gz external_gettext-27d9ef8da07f33b5a8d68f628bb0821fadcc118e.tar.bz2 | |
Fix copy&paste mistake.
Diffstat (limited to 'gettext-tools')
| -rw-r--r-- | gettext-tools/examples/ChangeLog | 5 | ||||
| -rw-r--r-- | gettext-tools/examples/hello-java/po/Makefile.am | 2 |
2 files changed, 6 insertions, 1 deletions
diff --git a/gettext-tools/examples/ChangeLog b/gettext-tools/examples/ChangeLog index d47aad3..593649c 100644 --- a/gettext-tools/examples/ChangeLog +++ b/gettext-tools/examples/ChangeLog @@ -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>. diff --git a/gettext-tools/examples/hello-java/po/Makefile.am b/gettext-tools/examples/hello-java/po/Makefile.am index b0be975..0f5be05 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" && \ |
