Run msgfmt with -c.

This commit is contained in:
Sebastian Ramacher 2012-03-14 22:04:10 +01:00
parent b56a7fa73d
commit 8da132f546

View file

@ -32,7 +32,7 @@ update-po: ${PROJECT}.pot
%/LC_MESSAGES/${PROJECT}.mo: %.po %/LC_MESSAGES/${PROJECT}.mo: %.po
@mkdir -p $(@D) @mkdir -p $(@D)
$(ECHO) msgfmt $(shell echo $< | sed 's/\.po//') $(ECHO) msgfmt $(shell echo $< | sed 's/\.po//')
$(QUIET)msgfmt $< -o $@ -f $(QUIET)msgfmt $< -o $@ -f -c
install: ${MOS} install: ${MOS}
$(ECHO) installing translations $(ECHO) installing translations