From d2401f16f6114ed56515fb8f0339948f1392cabc Mon Sep 17 00:00:00 2001 From: trevor_hansen Date: Wed, 28 Oct 2009 05:20:32 +0000 Subject: [PATCH] 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 --- src/sat/Makefile | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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 -- 2.47.3