From: trevor_hansen Date: Wed, 28 Oct 2009 05:20:32 +0000 (+0000) Subject: Makefile bug fix. Check the CRYPTOMINISAT flag when cleaning. X-Git-Url: https://git.unchartedbackwaters.co.uk/w/?a=commitdiff_plain;h=d2401f16f6114ed56515fb8f0339948f1392cabc;p=francis%2Fstp.git Makefile bug fix. Check the CRYPTOMINISAT flag when cleaning. git-svn-id: https://stp-fast-prover.svn.sourceforge.net/svnroot/stp-fast-prover/trunk/stp@348 e59a4935-1847-0410-ae03-e826735625c1 --- diff --git a/src/sat/Makefile b/src/sat/Makefile index ec8b899..2af86b2 100644 --- a/src/sat/Makefile +++ b/src/sat/Makefile @@ -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