Reorder switches to msgfmt in makefile to make Solaris msgfmt happy. Thansk to Netocrat for the report.

darcs-hash:20060728130715-ac50b-84c09814f3c2cb859d3efc8593161186dff6fcc3.gz
This commit is contained in:
axel 2006-07-28 23:07:15 +10:00
parent 3b365d9f8d
commit 00360d8fbc

View file

@ -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