diff options
author | Johannes Schickel | 2010-06-19 17:08:17 +0000 |
---|---|---|
committer | Johannes Schickel | 2010-06-19 17:08:17 +0000 |
commit | 78068df9084867faef35a1ada3abe3c4bb764a13 (patch) | |
tree | 76307317c0c476ae021d89515cd7792643667e4c /po | |
parent | 3b6fac3703a76192022bfbf8bc513f424ee1872c (diff) | |
download | scummvm-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.mk | 2 |
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 |