summaryrefslogtreecommitdiffstats
path: root/po/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'po/Makefile')
-rw-r--r--po/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/po/Makefile b/po/Makefile
index 97f72ec..6ad1baf 100644
--- a/po/Makefile
+++ b/po/Makefile
@@ -26,7 +26,7 @@ placeholder.h:
merge: $(PGOAL).pot
@for n in $(POFILES); do \
echo "Merging $$n"; \
- msgmerge "$$n" $< > "$$n"t; \
+ msgmerge -C "$$n" "$$n" $< > "$$n"t; \
mv -f "$$n"t "$$n"; \
done