[Scummvm-cvs-logs] SF.net SVN: scummvm:[46598] scummvm/trunk/configure

vinterstum at users.sourceforge.net vinterstum at users.sourceforge.net
Sat Dec 26 18:46:22 CET 2009


Revision: 46598
          http://scummvm.svn.sourceforge.net/scummvm/?rev=46598&view=rev
Author:   vinterstum
Date:     2009-12-26 17:46:22 +0000 (Sat, 26 Dec 2009)

Log Message:
-----------
Look for Makefile.common instead of Makefile, when determining whether or not we need to generate a Makefile for building outside the source tree. This to make sure any changes will actually take effect

Modified Paths:
--------------
    scummvm/trunk/configure

Modified: scummvm/trunk/configure
===================================================================
--- scummvm/trunk/configure	2009-12-26 17:18:18 UTC (rev 46597)
+++ scummvm/trunk/configure	2009-12-26 17:46:22 UTC (rev 46598)
@@ -2553,7 +2553,7 @@
 # Create a custom Makefile when building outside the source tree
 # TODO: Add a better check than just looking for 'Makefile'
 #
-if test ! -f Makefile ; then
+if test ! -f Makefile.common ; then
 echo "Creating Makefile"
 
 cat > Makefile << EOF


This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.




More information about the Scummvm-git-logs mailing list