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

Chris Lattner sabre at nondot.org
Sat May 5 22:53:22 PDT 2007



Changes in directory llvm/tools/llvm-ranlib:

Makefile updated: 1.6 -> 1.7
---
Log message:

archive library already depends on bc reader


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

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


Index: llvm/tools/llvm-ranlib/Makefile
diff -u llvm/tools/llvm-ranlib/Makefile:1.6 llvm/tools/llvm-ranlib/Makefile:1.7
--- llvm/tools/llvm-ranlib/Makefile:1.6	Mon Sep  4 00:59:09 2006
+++ llvm/tools/llvm-ranlib/Makefile	Sun May  6 00:53:02 2007
@@ -9,7 +9,7 @@
 
 LEVEL = ../..
 TOOLNAME = llvm-ranlib
-LINK_COMPONENTS = archive bcreader
+LINK_COMPONENTS = archive
 REQUIRES_EH := 1
 
 include $(LEVEL)/Makefile.common






More information about the llvm-commits mailing list