summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--po/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/po/Makefile b/po/Makefile
index 47bbfaf..42db230 100644
--- a/po/Makefile
+++ b/po/Makefile
@@ -42,7 +42,7 @@ POTFILES.in:
update_n_merge: $(PGOAL).pot merge
-merge:
+merge: $(PGOAL).pot
@for n in $(POFILES); do \
echo "Merging $$n"; \
msgmerge -C "$$n" "$$n" $(PGOAL).pot > "$$n"t; \