1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-11-23 11:13:28 +01:00

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 070813257a
commit 94297e068f

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