From 533258ff655c7eefb1defde7f417baa57c27bc99 Mon Sep 17 00:00:00 2001 From: Thierry Vignaud Date: Mon, 12 Sep 2005 12:43:47 +0000 Subject: (merge) fix that rule --- po/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- cgit v1.2.1