[Scummvm-cvs-logs] CVS: scummvm Makefile,1.41,1.42
Jonathan Gray
khalek at users.sourceforge.net
Sun Aug 10 00:36:02 CEST 2003
Update of /cvsroot/scummvm/scummvm
In directory sc8-pr-cvs1:/tmp/cvs-serv23143
Modified Files:
Makefile
Log Message:
nice friendly message about having to run configure first
Index: Makefile
===================================================================
RCS file: /cvsroot/scummvm/scummvm/Makefile,v
retrieving revision 1.41
retrieving revision 1.42
diff -u -d -r1.41 -r1.42
--- Makefile 10 Aug 2003 06:56:53 -0000 1.41
+++ Makefile 10 Aug 2003 07:34:58 -0000 1.42
@@ -41,6 +41,10 @@
include Makefile.common
+config.mak:
+ @echo "you need to run ./configure before you can run make"
+ @exit 1
+
dist:
$(RM) $(ZIPFILE)
$(ZIP) $(ZIPFILE) $(DISTFILES)
More information about the Scummvm-git-logs
mailing list