diff options
-rw-r--r-- | po/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/po/Makefile b/po/Makefile index 05a2bb45..69f6746c 100644 --- a/po/Makefile +++ b/po/Makefile @@ -46,7 +46,7 @@ $(PGOAL).pot: $(PL_FILES) POTFILES.in merge: $(PGOAL).pot @for n in $(POFILES); do \ echo "Merging $$n"; \ - msgmerge -C "$$n" "$$n" drakconf.pot > "$$n"t; \ + msgmerge -C "$$n" "$$n" $(PGOAL).pot > "$$n"t; \ mv -f "$$n"t "$$n"; \ done |