aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-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 #