Explorar o código

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.

Arch Librarian %!s(int64=22) %!d(string=hai) anos
pai
achega
a7cf4273ca
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      po/makefile

+ 1 - 1
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: