Преглед изворни кода

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 пре 22 година
родитељ
комит
a7cf4273ca
1 измењених фајлова са 1 додато и 1 уклоњено
  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: