]> git.saurik.com Git - apt.git/commitdiff
Fix leftover reference on binary target to $(PO)/$(PACK...
authorArch Librarian <arch@canonical.com>
Mon, 20 Sep 2004 17:00:51 +0000 (17:00 +0000)
committerArch Librarian <arch@canonical.com>
Mon, 20 Sep 2004 17:00:51 +0000 (17:00 +0000)
Author: doogie
Date: 2003-02-12 07:29:42 GMT
Fix leftover reference on binary target to $(PO)/$(PACKAGE)-all.pot.

po/makefile

index e3b0420741f9ab8d1e79032bb2ea414a70a40aea..0916f23738550d036156fb7b70e8925e45d51882 100644 (file)
@@ -62,7 +62,7 @@ $(MOFILES) : $(PO_DOMAINS)/%.mo : $(PO_DOMAINS)/%.po
 stats:
        for i in *.pot *.po; do echo -n "$$i: "; msgfmt --statistics $$i; done
 
 stats:
        for i in *.pot *.po; do echo -n "$$i: "; msgfmt --statistics $$i; done
 
-binary: $(POTFILES) $(PO)/$(PACKAGE)-all.pot $(MOFILES)
+binary: $(POTFILES) $(PACKAGE)-all.pot $(MOFILES)
 
 clean: clean/local
 clean/local:
 
 clean: clean/local
 clean/local: