[llvm-commits] CVS: llvm/lib/Makefile

Chris Lattner lattner at cs.uiuc.edu
Wed May 17 14:55:00 PDT 2006



Changes in directory llvm/lib:

Makefile updated: 1.20 -> 1.21
---
Log message:

Use DIRS here instead of PARALLEL_DIRS, as VMCore has to be built before the
other dirs (for Intrinsics.gen).  :(


---
Diffs of the changes:  (+2 -2)

 Makefile |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)


Index: llvm/lib/Makefile
diff -u llvm/lib/Makefile:1.20 llvm/lib/Makefile:1.21
--- llvm/lib/Makefile:1.20	Sun Nov 14 15:54:41 2004
+++ llvm/lib/Makefile	Wed May 17 16:54:48 2006
@@ -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
 






More information about the llvm-commits mailing list