summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHib Eris <hib@hiberis.nl>2011-12-21 13:44:22 +0100
committerHib Eris <hib@hiberis.nl>2011-12-21 13:44:22 +0100
commite11be87d1cf98d9cae70eae479cdd91689623e39 (patch)
treeada88123b99a5642fd157cd2ee2246ff3b571703
parentcb5885810da54b455bd1bfbed7e964d5db7f676a (diff)
downloadintltool-e11be87d1cf98d9cae70eae479cdd91689623e39.tar.gz
Fix make rule to build *.pox files
-rw-r--r--Makefile.in.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.in.in b/Makefile.in.in
index 2a386dc..cc17ac8 100644
--- a/Makefile.in.in
+++ b/Makefile.in.in
@@ -75,7 +75,7 @@ CATALOGS=$(shell LINGUAS="$(USE_LINGUAS)"; for lang in $$LINGUAS; do printf "$$l
.po.pox:
$(MAKE) $(GETTEXT_PACKAGE).pot
- $(MSGMERGE) $< $(GETTEXT_PACKAGE).pot -o $*.pox
+ $(MSGMERGE) $* $(GETTEXT_PACKAGE).pot -o $*.pox
.po.mo:
$(MSGFMT) -o $@ $<