diff options
author | Arch Librarian <arch@canonical.com> | 2004-09-20 17:00:51 +0000 |
---|---|---|
committer | Arch Librarian <arch@canonical.com> | 2004-09-20 17:00:51 +0000 |
commit | a7cf4273ca0d5e47622bf278b547a4e984afbf4b (patch) | |
tree | 3b2a8aa8ba9d8e6d939e16fa8cf977e37d123ba1 /po/makefile | |
parent | 921cd883b98ee7ef43450d416701320466175a83 (diff) |
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.
Diffstat (limited to 'po/makefile')
-rw-r--r-- | po/makefile | 2 |
1 files changed, 1 insertions, 1 deletions
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: |