From 3d8c298adb1ae39f800441a1a753d2d5024819c0 Mon Sep 17 00:00:00 2001 From: Lukas Fleischer Date: Thu, 7 Apr 2011 12:44:07 +0200 Subject: 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 --- po/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'po') diff --git a/po/Makefile b/po/Makefile index 9b4ff652..c92176de 100644 --- a/po/Makefile +++ b/po/Makefile @@ -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$$//'`; \ -- cgit v1.2.3-24-g4f1b