summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHib Eris <hib@hiberis.nl>2013-05-12 14:38:08 -0400
committerRodney Dawes <dobey@wayofthemonkey.com>2013-05-12 14:38:08 -0400
commitde524971bb459123d107b2515a7ce30f18c2ee4b (patch)
treec937213b113c44e84e8d240aa47a5dc3acfba07c
parentb8bf09c27197f862a98a0f99de764032ad314ef4 (diff)
parente11be87d1cf98d9cae70eae479cdd91689623e39 (diff)
downloadintltool-de524971bb459123d107b2515a7ce30f18c2ee4b.tar.gz
Fix makefile rule to build .pox files properly.
-rw-r--r--Makefile.in.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.in.in b/Makefile.in.in
index 06a8cfe..375776d 100644
--- a/Makefile.in.in
+++ b/Makefile.in.in
@@ -80,7 +80,7 @@ INTLTOOL__v_MSGFMT_0 = @echo " MSGFMT" $@;
.po.pox:
$(MAKE) $(GETTEXT_PACKAGE).pot
- $(MSGMERGE) $< $(GETTEXT_PACKAGE).pot -o $*.pox
+ $(MSGMERGE) $* $(GETTEXT_PACKAGE).pot -o $*.pox
.po.mo:
$(INTLTOOL_V_MSGFMT)$(MSGFMT) -o $@ $<