diff options
| author | Oystein Eftevaag | 2009-12-26 17:46:22 +0000 | 
|---|---|---|
| committer | Oystein Eftevaag | 2009-12-26 17:46:22 +0000 | 
| commit | 4950d0de78b270c4e1105f586dc6d06e1eef3e01 (patch) | |
| tree | d4a3d22f0d7196e046529d0b9a85203cf54ed335 | |
| parent | 915c60c62978dbd15b1345d69a2c1f5db3f19a2f (diff) | |
| download | scummvm-rg350-4950d0de78b270c4e1105f586dc6d06e1eef3e01.tar.gz scummvm-rg350-4950d0de78b270c4e1105f586dc6d06e1eef3e01.tar.bz2 scummvm-rg350-4950d0de78b270c4e1105f586dc6d06e1eef3e01.zip  | |
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
svn-id: r46598
| -rwxr-xr-x | configure | 2 | 
1 files changed, 1 insertions, 1 deletions
@@ -2553,7 +2553,7 @@ EOF  # 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  | 
