summaryrefslogtreecommitdiffstats
path: root/gettext-tools/examples/hello-java-swing
diff options
context:
space:
mode:
authorBruno Haible <bruno@clisp.org>2007-12-26 15:49:47 +0000
committerBruno Haible <bruno@clisp.org>2009-06-23 12:15:35 +0200
commit57de20c5e4993daa92b23e010db5696b62f29f87 (patch)
treed81bc2180a111d8331b1a5858a30899ae36959d7 /gettext-tools/examples/hello-java-swing
parent4f6eb1913b4fc62dae19d432016eb35cfb856f19 (diff)
downloadexternal_gettext-57de20c5e4993daa92b23e010db5696b62f29f87.zip
external_gettext-57de20c5e4993daa92b23e010db5696b62f29f87.tar.gz
external_gettext-57de20c5e4993daa92b23e010db5696b62f29f87.tar.bz2
Put all non-option arguments after all option arguments.
Diffstat (limited to 'gettext-tools/examples/hello-java-swing')
-rw-r--r--gettext-tools/examples/hello-java-swing/po/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/gettext-tools/examples/hello-java-swing/po/Makefile.am b/gettext-tools/examples/hello-java-swing/po/Makefile.am
index f498df8..a186826 100644
--- a/gettext-tools/examples/hello-java-swing/po/Makefile.am
+++ b/gettext-tools/examples/hello-java-swing/po/Makefile.am
@@ -208,7 +208,7 @@ update-po: Makefile
test "$(srcdir)" = . && cdcmd="" || cdcmd="cd $(srcdir) && "; \
echo "$${cdcmd}$(MSGMERGE) $$lang.po $(DOMAIN).pot -o $$lang.new.po"; \
cd $(srcdir); \
- if $(MSGMERGE) $$lang.po $(DOMAIN).pot -o $$tmpdir/$$lang.new.po; then \
+ if $(MSGMERGE) -o $$tmpdir/$$lang.new.po $$lang.po $(DOMAIN).pot; then \
if cmp $$lang.po $$tmpdir/$$lang.new.po >/dev/null 2>&1; then \
rm -f $$tmpdir/$$lang.new.po; \
else \