summaryrefslogtreecommitdiffstats
path: root/po
diff options
context:
space:
mode:
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$$//'`; \