diff options
Diffstat (limited to 'po')
-rw-r--r-- | po/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/po/Makefile b/po/Makefile index 03f767a2..f1c1d0d1 100644 --- a/po/Makefile +++ b/po/Makefile @@ -16,7 +16,7 @@ LOCALEDIR=$(DATADIR)/locale all: $(MOFILES) %.mo: %.po - msgfmt -o $@ $< + msgfmt -c -o $@ $< update_n_merge: $(PGOAL).pot merge |