summaryrefslogtreecommitdiffstats
path: root/po
diff options
context:
space:
mode:
authorLukas Fleischer <archlinux@cryptocrack.de>2011-04-07 12:44:07 +0200
committerLukas Fleischer <archlinux@cryptocrack.de>2011-04-10 16:27:47 +0200
commit3d8c298adb1ae39f800441a1a753d2d5024819c0 (patch)
tree3aa6c41c60fdc62bd9b91473248d775391a070ee /po
parent736462551054d1181d511f01363089a41f5858db (diff)
downloadaur-3d8c298adb1ae39f800441a1a753d2d5024819c0.tar.gz
aur-3d8c298adb1ae39f800441a1a753d2d5024819c0.tar.xz
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>
Diffstat (limited to 'po')
-rw-r--r--po/Makefile2
1 files changed, 1 insertions, 1 deletions
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$$//'`; \