From a7cf4273ca0d5e47622bf278b547a4e984afbf4b Mon Sep 17 00:00:00 2001 From: Arch Librarian Date: Mon, 20 Sep 2004 17:00:51 +0000 Subject: 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. --- po/makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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: -- cgit v1.2.3