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

Reid Spencer reid at x10sys.com
Wed Jul 26 10:06:16 PDT 2006



Changes in directory llvm/tools:

Makefile updated: 1.48 -> 1.49
---
Log message:

Build llvm-config to identify library cycles earlier in the build process.


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

 Makefile |    6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)


Index: llvm/tools/Makefile
diff -u llvm/tools/Makefile:1.48 llvm/tools/Makefile:1.49
--- llvm/tools/Makefile:1.48	Tue May 30 16:20:55 2006
+++ llvm/tools/Makefile	Wed Jul 26 12:06:02 2006
@@ -8,9 +8,9 @@
 ##===----------------------------------------------------------------------===##
 
 LEVEL := ..
-PARALLEL_DIRS := llvm-as llvm-dis opt gccas llc llvm-link lli gccld llvm-stub \
-                 analyze llvm-extract llvm-nm llvm-prof llvm-ar llvm-ranlib \
-                 llvm-bcanalyzer llvmc llvm-ld llvm-db bugpoint llvm-config
+PARALLEL_DIRS := llvm-config llvm-as llvm-dis opt gccas llc llvm-link lli gccld\
+                 llvm-stub analyze llvm-extract llvm-nm llvm-prof llvm-ar \
+		 llvm-ranlib llvm-bcanalyzer llvmc llvm-ld llvm-db bugpoint
 
 OPTIONAL_DIRS := llvm2cpp
 






More information about the llvm-commits mailing list