From 59d8f4125b0871cc26ad60150bcf4cd29f7daac7 Mon Sep 17 00:00:00 2001 From: Jeremy Fitzhardinge Date: Wed, 8 Jul 2015 13:50:35 -0700 Subject: [PATCH] configure: don't be so eager to overwrite an existing Makefile --- configure | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure b/configure index 6bafd735..6807679e 100755 --- a/configure +++ b/configure @@ -1718,7 +1718,7 @@ echo "CC=$cc" >> $config_host_mak echo "BUILD_CFLAGS=$BUILD_CFLAGS $CFLAGS" >> $config_host_mak echo "INSTALL_PREFIX=$prefix" >> $config_host_mak -if [ `dirname $0` != "." ]; then +if [ `dirname $0` != "." -a ! -e Makefile ]; then cat > Makefile <