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

Reid Spencer reid at x10sys.com
Thu Apr 20 13:53:35 PDT 2006



Changes in directory llvm/tools:

Makefile updated: 1.43 -> 1.44
---
Log message:

Build the llvm-config directory as a tool.


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

 Makefile |    2 +-
 1 files changed, 1 insertion(+), 1 deletion(-)


Index: llvm/tools/Makefile
diff -u llvm/tools/Makefile:1.43 llvm/tools/Makefile:1.44
--- llvm/tools/Makefile:1.43	Sun Apr 24 12:42:05 2005
+++ llvm/tools/Makefile	Thu Apr 20 15:53:23 2006
@@ -10,7 +10,7 @@
 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-bcanalyzer llvmc llvm-ld llvm-db bugpoint llvm-config 
 
 include $(LEVEL)/Makefile.config
 






More information about the llvm-commits mailing list