aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
-rw-r--r--Makefile.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.in b/Makefile.in
index b4421824..0dc9e0c4 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -258,7 +258,7 @@ doc.h:$(BUILTIN_DOC_SRC) $(CMD_DOC_SRC) doc_src/doc.hdr
# Compile translation file
%.gmo:
if test $(HAVE_GETTEXT) = 1; then \
- msgfmt $*.po -o $*.gmo; \
+ msgfmt -o $*.gmo $*.po; \
fi
# Update existing po file or copy messages.pot