summaryrefslogtreecommitdiff
path: root/lib/Makefile
diff options
context:
space:
mode:
authorReid Spencer <rspencer@reidspencer.com>2006-05-17 22:55:35 +0000
committerReid Spencer <rspencer@reidspencer.com>2006-05-17 22:55:35 +0000
commitdd1aac36a190c977cfd5433816fb78ed36c7101c (patch)
treef1938805b8754068adeabe1d680b0de8ef627b72 /lib/Makefile
parent84cc6dbd250c9422bb429c42f29442e2c516b666 (diff)
Make some changes suggested by Chris:
1. Remove the LLVM_DO_NOT_BUILD feature (not needed any more) 2. Ensure that lib/VMCore gets built first. This needs to be done because VMCore now uses tblgen to generate the Intrinsics header which are needed in other libraries. In parallel builds, this can cause problems. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@28374 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/Makefile')
-rw-r--r--lib/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/Makefile b/lib/Makefile
index f1eb8b33309..7a05dfd133a 100644
--- a/lib/Makefile
+++ b/lib/Makefile
@@ -8,8 +8,8 @@
##===----------------------------------------------------------------------===##
LEVEL = ..
-DIRS = VMCore Analysis Transforms AsmParser Bytecode CodeGen Target \
- ExecutionEngine Debugger Linker
+PARALLEL_DIRS = VMCore Analysis Transforms AsmParser Bytecode CodeGen Target \
+ ExecutionEngine Debugger Linker
include $(LEVEL)/Makefile.common