aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--po/module.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/po/module.mk b/po/module.mk
index 0159759c4d..7ed9499593 100644
--- a/po/module.mk
+++ b/po/module.mk
@@ -38,6 +38,6 @@ updatepot:
update-translations: updatepot $(POFILES)
@$(foreach file, $(POFILES), echo -n $(notdir $(basename $(file)))": ";msgfmt --statistic $(file);)
@rm -f messages.mo
- perl $(srcdir)/tools/po2c $^ > $(srcdir)/common/messages.cpp
+ perl $(srcdir)/tools/po2c $(POFILES) > $(srcdir)/common/messages.cpp
.PHONY: updatepot update-translations