diff options
author | Max Horn | 2008-01-13 17:05:43 +0000 |
---|---|---|
committer | Max Horn | 2008-01-13 17:05:43 +0000 |
commit | 696ea9d301cae1f2a123c37ddaa7490544cd99a0 (patch) | |
tree | 7ac7d9a83c250ce1abaec2d2cea030d73467e7cd /tools | |
parent | 79e1579cb3119a70677f7c7c158c5e7686b65f6d (diff) | |
download | scummvm-rg350-696ea9d301cae1f2a123c37ddaa7490544cd99a0.tar.gz scummvm-rg350-696ea9d301cae1f2a123c37ddaa7490544cd99a0.tar.bz2 scummvm-rg350-696ea9d301cae1f2a123c37ddaa7490544cd99a0.zip |
Various small patches to the build system by jvprat
svn-id: r30473
Diffstat (limited to 'tools')
-rw-r--r-- | tools/module.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/module.mk b/tools/module.mk index 365118a0ea..cb91912b7f 100644 --- a/tools/module.mk +++ b/tools/module.mk @@ -75,4 +75,4 @@ md5scumm: tools/md5table$(EXEEXT) # $(srcdir)/tools/credits.pl --cpp > $@ -.PHONY: clean-tools tools credits md5scumm md5simon +.PHONY: clean-tools tools credits md5scumm |