Add "--check" to msgfmt(1) invocation in Makefile.

We can add this as we finally have proper portable objects now.

Signed-off-by: Lukas Fleischer <archlinux@cryptocrack.de>
This commit is contained in:
Lukas Fleischer 2011-04-07 12:44:07 +02:00
parent 7364625510
commit 3d8c298adb

View file

@ -33,7 +33,7 @@ MSGID_BUGS_ADDRESS = https://bugs.archlinux.org/index.php?project=2
all: ${MOFILES}
%.mo: %.po
msgfmt -o $@ $<
msgfmt --check -o $@ $<
%.po-update: %.po aur.pot
lang=`echo $@ | sed -e 's/\.po-update$$//'`; \