From 385986f4b6b7d68437315395630758b039800867 Mon Sep 17 00:00:00 2001 From: Eugene Sandulenko Date: Fri, 24 Dec 2004 22:59:05 +0000 Subject: new target fixes svn-id: r16305 --- Makefile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'Makefile') 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 # -- cgit v1.2.3