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 a1ebe597..26d8e88d 100644
--- a/po/Makefile
+++ b/po/Makefile
@@ -45,7 +45,7 @@ $(PGOAL).pot: $(PL_FILES) POTFILES.in
merge: $(PGOAL).pot
@for n in $(POFILES); do \
echo "Merging $$n"; \
- msgmerge "$$n" $< > "$$n"t; \
+ msgmerge -C "$$n" "$$n" drakconf.pot > "$$n"t; \
mv -f "$$n"t "$$n"; \
done