From fa2a8f6fb8cdf93e4da6e9aae6d1460cdb713779 Mon Sep 17 00:00:00 2001 From: Yang Tse Date: Thu, 7 Aug 2008 16:22:25 +0000 Subject: Prevent buildconf from removing 'Makefile' and 'missing' files. This would blow away our CVS checked 'missing' file and also CVS checked 'hiper/Makefile'. --- buildconf | 2 -- 1 file changed, 2 deletions(-) (limited to 'buildconf') 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 -- cgit v1.2.3