]> git.unchartedbackwaters.co.uk Git - francis/stp.git/commitdiff
Makefile bug fix. Check the CRYPTOMINISAT flag when cleaning.
authortrevor_hansen <trevor_hansen@e59a4935-1847-0410-ae03-e826735625c1>
Wed, 28 Oct 2009 05:20:32 +0000 (05:20 +0000)
committertrevor_hansen <trevor_hansen@e59a4935-1847-0410-ae03-e826735625c1>
Wed, 28 Oct 2009 05:20:32 +0000 (05:20 +0000)
git-svn-id: https://stp-fast-prover.svn.sourceforge.net/svnroot/stp-fast-prover/trunk/stp@348 e59a4935-1847-0410-ae03-e826735625c1

src/sat/Makefile

index ec8b899df8d0b3f64da473ed7775c15f33787bab..2af86b27411f02250b8241388117a862cb900486 100644 (file)
@@ -21,4 +21,6 @@ clean:
        $(MAKE) -C core    clean
        $(MAKE) -C simp    clean
        $(MAKE) -C unsound clean
-       $(MAKE) -C cryptominisat clean
\ No newline at end of file
+ifdef CRYPTOMINISAT
+       $(MAKE) -C cryptominisat clean
+endif