[Scummvm-cvs-logs] CVS: scummvm Makefile,1.42,1.43

Jonathan Gray khalek at users.sourceforge.net
Sun Aug 10 00:48:03 CEST 2003


Update of /cvsroot/scummvm/scummvm
In directory sc8-pr-cvs1:/tmp/cvs-serv24587

Modified Files:
	Makefile 
Log Message:
depend on configure for config.mak so we can pick up changes

Index: Makefile
===================================================================
RCS file: /cvsroot/scummvm/scummvm/Makefile,v
retrieving revision 1.42
retrieving revision 1.43
diff -u -d -r1.42 -r1.43
--- Makefile	10 Aug 2003 07:34:58 -0000	1.42
+++ Makefile	10 Aug 2003 07:47:47 -0000	1.43
@@ -41,8 +41,10 @@
 
 include Makefile.common
 
-config.mak:
+# check if configure has been run or has been changed since last run
+config.mak: configure
 	@echo "you need to run ./configure before you can run make"
+	@echo "either you haven't run it before or it has changed"
 	@exit 1
 
 dist:





More information about the Scummvm-git-logs mailing list