diff options
author | Yang Tse <yangsita@gmail.com> | 2008-08-07 16:22:25 +0000 |
---|---|---|
committer | Yang Tse <yangsita@gmail.com> | 2008-08-07 16:22:25 +0000 |
commit | fa2a8f6fb8cdf93e4da6e9aae6d1460cdb713779 (patch) | |
tree | 428182712d70e6c12a845507041e4fbca79dcc17 /buildconf | |
parent | ddfa33be79f28e0cc3e9f40ae1ae8e464cc3de5a (diff) | |
download | curl-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-x | buildconf | 2 |
1 files changed, 0 insertions, 2 deletions
@@ -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 |