Use DIRS here instead of PARALLEL_DIRS, as VMCore has to be built before the
[oota-llvm.git] / lib / Makefile
index 7e2778170d3f14570cf432c3e56b8de0144607e6..f1eb8b3330981b806ffd09a3b291a8f13e5fd28a 100644 (file)
@@ -8,7 +8,8 @@
 ##===----------------------------------------------------------------------===##
 LEVEL = ..
 
-PARALLEL_DIRS = VMCore Analysis Transforms AsmParser Bytecode CodeGen Target CWriter ExecutionEngine Debugger
+DIRS = VMCore Analysis Transforms AsmParser Bytecode CodeGen Target \
+       ExecutionEngine Debugger Linker
 
 include $(LEVEL)/Makefile.common