diff options
author | Max Horn | 2006-01-21 12:38:36 +0000 |
---|---|---|
committer | Max Horn | 2006-01-21 12:38:36 +0000 |
commit | e34d963027194654259c4ce3499780671f36e133 (patch) | |
tree | 4aabdb421ecea5ab9a7d36d6dce936ace53888c8 | |
parent | 91443db737427463b7e5311455e5e1c4c988e1c5 (diff) | |
download | scummvm-rg350-e34d963027194654259c4ce3499780671f36e133.tar.gz scummvm-rg350-e34d963027194654259c4ce3499780671f36e133.tar.bz2 scummvm-rg350-e34d963027194654259c4ce3499780671f36e133.zip |
Removed obsolete targets
svn-id: r20114
-rw-r--r-- | tools/module.mk | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/tools/module.mk b/tools/module.mk index 58cd207965..f0fd43096c 100644 --- a/tools/module.mk +++ b/tools/module.mk @@ -49,9 +49,6 @@ md5scumm: tools/md5table$(EXEEXT) tools/md5table$(EXEEXT) --c++ < $(srcdir)/tools/scumm-md5.txt > scumm/scumm-md5.h tools/md5table$(EXEEXT) --php < $(srcdir)/tools/scumm-md5.txt > ../web/docs/md5.inc -md5simon: tools/md5table$(EXEEXT) - tools/md5table$(EXEEXT) --c++ < $(srcdir)/tools/simon-md5.txt > simon/simon-md5.h - # # Rules which automatically and implicitly rebuild the credits and @@ -62,9 +59,6 @@ md5simon: tools/md5table$(EXEEXT) # run for some reason. # -#simon/simon-md5.h: $(srcdir)/tools/simon-md5.txt tools/md5table$(EXEEXT) -# tools/md5table$(EXEEXT) --c++ < $< > $@ - #scumm/scumm-md5.h: $(srcdir)/tools/scumm-md5.txt tools/md5table$(EXEEXT) # tools/md5table$(EXEEXT) --c++ < $< > $@ |