summaryrefslogtreecommitdiff
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 5abbb8118..4185d93e0 100644
--- a/po/makefile
+++ b/po/makefile
@@ -46,7 +46,7 @@ $(PO)/$(PACKAGE)-all.pot: $(POTFILES)
# only the subtext needed for this domain
# We cannot express the dependencies required for this directly with a pattern
# rule, so we use the .d hack.
-$(LANG_POFILES) : %.po :
+$(LANG_POFILES) : %.po : $(PO)/$(PACKAGE)-all.pot
echo Generating $@
echo $@ : $(notdir $@) $(PO)/$(call GETDOMAIN,$*).pot > $(PO)/$(call GETDOMAIN,$*)_$(notdir $@).d
$(MSGMERGE) $(notdir $@) $(PO)/$(call GETDOMAIN,$*).pot -o $@