aboutsummaryrefslogtreecommitdiffhomepage
path: root/Makefile.in
diff options
context:
space:
mode:
authorGravatar axel <axel@liljencrantz.se>2006-07-28 23:07:15 +1000
committerGravatar axel <axel@liljencrantz.se>2006-07-28 23:07:15 +1000
commit00360d8fbc35a035c4736355e1a2f9acc4b9eb6b (patch)
tree97cdf69f125d4eb3250c687974f146cc3badcc61 /Makefile.in
parent3b365d9f8d1d4f54cacf1edc5326c9df59781378 (diff)
Reorder switches to msgfmt in makefile to make Solaris msgfmt happy. Thansk to Netocrat for the report.
darcs-hash:20060728130715-ac50b-84c09814f3c2cb859d3efc8593161186dff6fcc3.gz
Diffstat (limited to 'Makefile.in')
-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