]> git.saurik.com Git - apt.git/commitdiff
Make all .po files depend on -all.pot, so make -j works.
authorArch Librarian <arch@canonical.com>
Mon, 20 Sep 2004 16:59:38 +0000 (16:59 +0000)
committerArch Librarian <arch@canonical.com>
Mon, 20 Sep 2004 16:59:38 +0000 (16:59 +0000)
Author: doogie
Date: 2002-11-09 06:32:56 GMT
Make all .po files depend on -all.pot, so make -j works.

po/makefile

index 5abbb81180942828dabde2613238c3f503c48f80..4185d93e02d59ec18102f76c285cfce531be304f 100644 (file)
@@ -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 $@