diff options
author | Johannes Schickel | 2010-06-18 02:08:00 +0000 |
---|---|---|
committer | Johannes Schickel | 2010-06-18 02:08:00 +0000 |
commit | e347a6856ef3d4796a794cc51e7d078ec3c2a26f (patch) | |
tree | d3704ba93290217c8d3bde0e339599a7c065f18f /common | |
parent | 01cb1cf01164987770ac76b897f2dc7eb7cb300d (diff) | |
download | scummvm-rg350-e347a6856ef3d4796a794cc51e7d078ec3c2a26f.tar.gz scummvm-rg350-e347a6856ef3d4796a794cc51e7d078ec3c2a26f.tar.bz2 scummvm-rg350-e347a6856ef3d4796a794cc51e7d078ec3c2a26f.zip |
Do not rebuild common/messages.cpp automatically when a translation changes, but require the user to do "make update-translations".
This should be helpful for building on a system without perl.
svn-id: r49991
Diffstat (limited to 'common')
-rw-r--r-- | common/module.mk | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/common/module.mk b/common/module.mk index f40ca2f0a0..239f8e9ccf 100644 --- a/common/module.mk +++ b/common/module.mk @@ -29,12 +29,5 @@ MODULE_OBJS := \ xmlparser.o \ zlib.o -ifdef USE_TRANSLATION -$(srcdir)/common/translation.cpp: $(srcdir)/common/messages.cpp - -$(srcdir)/common/messages.cpp: $(wildcard $(srcdir)/po/*.po) - $(srcdir)/tools/po2c $^ > $(srcdir)/common/messages.cpp -endif - # Include common rules include $(srcdir)/rules.mk |