aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEugene Sandulenko2004-12-24 22:59:05 +0000
committerEugene Sandulenko2004-12-24 22:59:05 +0000
commit385986f4b6b7d68437315395630758b039800867 (patch)
tree5753b1d9d93e7ad18864ea0465376c85baa982ba
parent5a94c7b9a7a496ebe21667b6bfc2f05c3cc114d1 (diff)
downloadscummvm-rg350-385986f4b6b7d68437315395630758b039800867.tar.gz
scummvm-rg350-385986f4b6b7d68437315395630758b039800867.tar.bz2
scummvm-rg350-385986f4b6b7d68437315395630758b039800867.zip
new target fixes
svn-id: r16305
-rw-r--r--Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/Makefile b/Makefile
index b59697b4d8..1669fce044 100644
--- a/Makefile
+++ b/Makefile
@@ -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 #