about summary refs log tree commit diff homepage
path: root/lib/Makefile
diff options
context:
space:
mode:
authorCristian Cadar <cristic@cs.stanford.edu>2009-06-09 08:15:35 +0000
committerCristian Cadar <cristic@cs.stanford.edu>2009-06-09 08:15:35 +0000
commit54d8a1aee4b05daee1244ee1d34df8059a40d5a9 (patch)
tree68af3f52cbc038e1a2e2ece9b007e94e5f14ecad /lib/Makefile
parent53c6df7941e83e7e4993eba8ee39bbc81cdd3fe3 (diff)
downloadklee-54d8a1aee4b05daee1244ee1d34df8059a40d5a9.tar.gz
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
Diffstat (limited to 'lib/Makefile')
-rw-r--r--lib/Makefile3
1 files changed, 1 insertions, 2 deletions
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
-