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

Reid Spencer reid at x10sys.com
Sun Nov 14 14:14:36 PST 2004



Changes in directory llvm/tools:

Makefile updated: 1.34 -> 1.35
---
Log message:

Add the llvm-ranlib tool

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

Index: llvm/tools/Makefile
diff -u llvm/tools/Makefile:1.34 llvm/tools/Makefile:1.35
--- llvm/tools/Makefile:1.34	Wed Oct 27 22:53:02 2004
+++ llvm/tools/Makefile	Sun Nov 14 16:13:59 2004
@@ -10,7 +10,7 @@
 LEVEL := ..
 PARALLEL_DIRS := llvm-as llvm-dis opt gccas llc llvm-link lli gccld llvm-stub \
                  analyze extract bugpoint llvm-nm llvm-prof llvm-db \
-                 llvm-ar llvm-bcanalyzer llee llvmc llvm-ld 
+                 llvm-ar llvm-ranlib llvm-bcanalyzer llee llvmc llvm-ld 
 
 EXTRA_DIST := Makefile.JIT
 






More information about the llvm-commits mailing list