summaryrefslogtreecommitdiff
path: root/lib/Makefile
diff options
context:
space:
mode:
authorChris Lattner <sabre@nondot.org>2006-05-17 21:54:48 +0000
committerChris Lattner <sabre@nondot.org>2006-05-17 21:54:48 +0000
commit7044aac97c0b45ea23fb37bdc2d8ce19d6dee36d (patch)
tree974b0b57912af4e836dd9585901dbf810c4f71a1 /lib/Makefile
parentaf78ef526df2c2c93f2c92c447877678e86b94f4 (diff)
downloadllvm-7044aac97c0b45ea23fb37bdc2d8ce19d6dee36d.tar.gz
llvm-7044aac97c0b45ea23fb37bdc2d8ce19d6dee36d.tar.bz2
llvm-7044aac97c0b45ea23fb37bdc2d8ce19d6dee36d.tar.xz
Use DIRS here instead of PARALLEL_DIRS, as VMCore has to be built before the
other dirs (for Intrinsics.gen). :( git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@28372 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 b89b73d502..f1eb8b3330 100644
--- a/lib/Makefile
+++ b/lib/Makefile
@@ -8,8 +8,8 @@
##===----------------------------------------------------------------------===##
LEVEL = ..
-PARALLEL_DIRS = VMCore Analysis Transforms AsmParser Bytecode CodeGen Target \
- ExecutionEngine Debugger Linker
+DIRS = VMCore Analysis Transforms AsmParser Bytecode CodeGen Target \
+ ExecutionEngine Debugger Linker
include $(LEVEL)/Makefile.common