[Scummvm-cvs-logs] CVS: scummvm Makefile,1.89,1.90

Eugene Sandulenko sev at users.sourceforge.net
Fri Dec 24 15:00:01 CET 2004


Update of /cvsroot/scummvm/scummvm
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv6317

Modified Files:
	Makefile 
Log Message:
new target fixes


Index: Makefile
===================================================================
RCS file: /cvsroot/scummvm/scummvm/Makefile,v
retrieving revision 1.89
retrieving revision 1.90
diff -u -d -r1.89 -r1.90
--- Makefile	24 Dec 2004 22:57:57 -0000	1.89
+++ Makefile	24 Dec 2004 22:59:05 -0000	1.90
@@ -110,11 +110,11 @@
 	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                                               #





More information about the Scummvm-git-logs mailing list