Use DIRS here instead of PARALLEL_DIRS, as VMCore has to be built before the

other dirs (for Intrinsics.gen).  :(

llvm-svn: 28372
This commit is contained in:
Chris Lattner 2006-05-17 21:54:48 +00:00
parent e59042d004
commit b390c47b4b
1 changed files with 2 additions and 2 deletions

View File

@ -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