aboutsummaryrefslogtreecommitdiff
path: root/po
diff options
context:
space:
mode:
authorJohannes Schickel2010-06-19 17:08:17 +0000
committerJohannes Schickel2010-06-19 17:08:17 +0000
commit78068df9084867faef35a1ada3abe3c4bb764a13 (patch)
tree76307317c0c476ae021d89515cd7792643667e4c /po
parent3b6fac3703a76192022bfbf8bc513f424ee1872c (diff)
downloadscummvm-rg350-78068df9084867faef35a1ada3abe3c4bb764a13.tar.gz
scummvm-rg350-78068df9084867faef35a1ada3abe3c4bb764a13.tar.bz2
scummvm-rg350-78068df9084867faef35a1ada3abe3c4bb764a13.zip
Whoops copy&paste mistake...
svn-id: r50052
Diffstat (limited to 'po')
-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