[Scummvm-cvs-logs] CVS: scummvm Makefile,1.43,1.44
James Brown
ender at users.sourceforge.net
Sun Aug 10 00:53:03 CEST 2003
Update of /cvsroot/scummvm/scummvm
In directory sc8-pr-cvs1:/tmp/cvs-serv24997
Modified Files:
Makefile
Log Message:
Tweak a little
Index: Makefile
===================================================================
RCS file: /cvsroot/scummvm/scummvm/Makefile,v
retrieving revision 1.43
retrieving revision 1.44
diff -u -d -r1.43 -r1.44
--- Makefile 10 Aug 2003 07:47:47 -0000 1.43
+++ Makefile 10 Aug 2003 07:52:23 -0000 1.44
@@ -43,8 +43,9 @@
# 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"
+ @echo "You need to run ./configure before you can run make"
+ @echo "Either you haven't run it before or it has changed."
+ @echo "If you cannot run Configure, use 'make -f Makefile.noconf'"
@exit 1
dist:
More information about the Scummvm-git-logs
mailing list