]> git.unchartedbackwaters.co.uk Git - francis/stp.git/commitdiff
Call "make clean" *after* configure in clean-install.sh, rather than
authorsmccam <smccam@e59a4935-1847-0410-ae03-e826735625c1>
Tue, 30 Mar 2010 18:46:06 +0000 (18:46 +0000)
committersmccam <smccam@e59a4935-1847-0410-ae03-e826735625c1>
Tue, 30 Mar 2010 18:46:06 +0000 (18:46 +0000)
before, so it has more of a chance of working.
Patch from Peter Collingbourne.

git-svn-id: https://stp-fast-prover.svn.sourceforge.net/svnroot/stp-fast-prover/trunk/stp@659 e59a4935-1847-0410-ae03-e826735625c1

clean-install.sh

index 516f66595f48473436400bea6caf25725144d723..86685dcd03bd80b7a8e3e0bc70ba80adf44daf9d 100755 (executable)
@@ -16,8 +16,8 @@ while [ $# -gt 0 ]; do
     shift
 done
 
-make clean
 make configclean
 ./scripts/configure --with-prefix=$PREFIX
+make clean
 make install