diff options
author | Eugene Sandulenko | 2004-12-24 22:59:05 +0000 |
---|---|---|
committer | Eugene Sandulenko | 2004-12-24 22:59:05 +0000 |
commit | 385986f4b6b7d68437315395630758b039800867 (patch) | |
tree | 5753b1d9d93e7ad18864ea0465376c85baa982ba /Makefile | |
parent | 5a94c7b9a7a496ebe21667b6bfc2f05c3cc114d1 (diff) | |
download | scummvm-rg350-385986f4b6b7d68437315395630758b039800867.tar.gz scummvm-rg350-385986f4b6b7d68437315395630758b039800867.tar.bz2 scummvm-rg350-385986f4b6b7d68437315395630758b039800867.zip |
new target fixes
svn-id: r16305
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -110,11 +110,11 @@ credits: tools/credits.pl --xml > ../docs/docbook/credits.xml md5scumm: tools/md5table$(EXEEXT) - ./tools/md5table$(EXT) --c++ < tools/scumm-md5.txt > scumm/scumm-md5.h - ./tools/md5table$(EXT) --php < tools/scumm-md5.txt > ../web/docs/md5.inc + tools/md5table$(EXEEXT) --c++ < tools/scumm-md5.txt > scumm/scumm-md5.h + tools/md5table$(EXEEXT) --php < tools/scumm-md5.txt > ../web/docs/md5.inc md5simon: tools/md5table$(EXEEXT) - ./tools/md5table$(EXT) --c++ < tools/simon-md5.txt > simon/simon-md5.h + tools/md5table$(EXEEXT) --c++ < tools/simon-md5.txt > simon/simon-md5.h ####################################################################### # Unit/regression tests # |