From: Arch Librarian Date: Mon, 20 Sep 2004 17:00:51 +0000 (+0000) Subject: Fix leftover reference on binary target to $(PO)/$(PACK... X-Git-Tag: 0.7.24ubuntu1~801 X-Git-Url: https://git.saurik.com/apt.git/commitdiff_plain/a7cf4273ca0d5e47622bf278b547a4e984afbf4b?ds=inline Fix leftover reference on binary target to $(PO)/$(PACK... Author: doogie Date: 2003-02-12 07:29:42 GMT Fix leftover reference on binary target to $(PO)/$(PACKAGE)-all.pot. --- diff --git a/po/makefile b/po/makefile index e3b042074..0916f2373 100644 --- a/po/makefile +++ b/po/makefile @@ -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 -binary: $(POTFILES) $(PO)/$(PACKAGE)-all.pot $(MOFILES) +binary: $(POTFILES) $(PACKAGE)-all.pot $(MOFILES) clean: clean/local clean/local: