From 54d8a1aee4b05daee1244ee1d34df8059a40d5a9 Mon Sep 17 00:00:00 2001 From: Cristian Cadar Date: Tue, 9 Jun 2009 08:15:35 +0000 Subject: Do not compile SMT parser by default. Removed automatically generated parser files: We really don't want SVN to keep track of changes in these files while working on the parser. git-svn-id: https://llvm.org/svn/llvm-project/klee/trunk@73132 91177308-0d34-0410-b5e6-96231b3b80d8 --- lib/Makefile | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'lib/Makefile') diff --git a/lib/Makefile b/lib/Makefile index fa5ab9d4..ec0d1634 100644 --- a/lib/Makefile +++ b/lib/Makefile @@ -9,7 +9,6 @@ LEVEL=.. -PARALLEL_DIRS=Basic Support SMT Expr Solver Module Core +PARALLEL_DIRS=Basic Support Expr Solver Module Core include $(LEVEL)/Makefile.common - -- cgit 1.4.1