summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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 $@ $<