Quellcode durchsuchen

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 vor 22 Jahren
Ursprung
Commit
a7cf4273ca
1 geänderte Dateien mit 1 neuen und 1 gelöschten Zeilen
  1. 1 1
      po/makefile

+ 1 - 1
po/makefile

@@ -62,7 +62,7 @@ $(MOFILES) : $(PO_DOMAINS)/%.mo : $(PO_DOMAINS)/%.po
 stats:
 stats:
 	for i in *.pot *.po; do echo -n "$$i: "; msgfmt --statistics $$i; done
 	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: clean/local
 clean/local:
 clean/local: