From 8abae190146bc67dad95e2c627d127584bab39ab Mon Sep 17 00:00:00 2001 From: smccam Date: Tue, 30 Mar 2010 18:46:06 +0000 Subject: [PATCH] Call "make clean" *after* configure in clean-install.sh, rather than 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 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/clean-install.sh b/clean-install.sh index 516f665..86685dc 100755 --- a/clean-install.sh +++ b/clean-install.sh @@ -16,8 +16,8 @@ while [ $# -gt 0 ]; do shift done -make clean make configclean ./scripts/configure --with-prefix=$PREFIX +make clean make install -- 2.47.3