summaryrefslogtreecommitdiff
path: root/buildconf
diff options
context:
space:
mode:
authorYang Tse <yangsita@gmail.com>2008-08-07 16:22:25 +0000
committerYang Tse <yangsita@gmail.com>2008-08-07 16:22:25 +0000
commitfa2a8f6fb8cdf93e4da6e9aae6d1460cdb713779 (patch)
tree428182712d70e6c12a845507041e4fbca79dcc17 /buildconf
parentddfa33be79f28e0cc3e9f40ae1ae8e464cc3de5a (diff)
downloadcurl-fa2a8f6fb8cdf93e4da6e9aae6d1460cdb713779.tar.gz
Prevent buildconf from removing 'Makefile' and 'missing' files. This would blow
away our CVS checked 'missing' file and also CVS checked 'hiper/Makefile'.
Diffstat (limited to 'buildconf')
-rwxr-xr-xbuildconf2
1 files changed, 0 insertions, 2 deletions
diff --git a/buildconf b/buildconf
index dfbb949ee..9efb77b14 100755
--- a/buildconf
+++ b/buildconf
@@ -257,7 +257,6 @@ PERL=`findtool ${PERL:-perl}`
# Remove files generated on previous buildconf/configure run.
#
for fname in .deps \
- Makefile \
Makefile.in \
aclocal.m4 \
aclocal.m4.bak \
@@ -277,7 +276,6 @@ for fname in .deps \
libtool \
libtool.m4 \
ltmain.sh \
- missing \
stamp-h1 \
stamp-h2 \
stamp-h3 ; do