aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--po/module.mk4
1 files changed, 2 insertions, 2 deletions
diff --git a/po/module.mk b/po/module.mk
index f6ed7ad18f..bc15902833 100644
--- a/po/module.mk
+++ b/po/module.mk
@@ -24,8 +24,8 @@ updatepot:
mv -f $(POTFILE).new $(POTFILE); \
fi;
-po/%.po: $(srcdir)/$(POTFILE)
- msgmerge $@ $(srcdir)/$(POTFILE) -o $@.new
+%.po: $(POTFILE)
+ msgmerge $@ $(POTFILE) -o $@.new
if cmp $@ $@.new >/dev/null 2>&1; then \
rm -f $@.new; \
else \