[llvm-commits] CVS: llvm/tools/llvm-ar/Makefile
Chris Lattner
sabre at nondot.org
Sat May 5 22:58:19 PDT 2007
Changes in directory llvm/tools/llvm-ar:
Makefile updated: 1.11 -> 1.12
---
Log message:
this doesn't directly depend on bytecode
---
Diffs of the changes: (+1 -1)
Makefile | 2 +-
1 files changed, 1 insertion(+), 1 deletion(-)
Index: llvm/tools/llvm-ar/Makefile
diff -u llvm/tools/llvm-ar/Makefile:1.11 llvm/tools/llvm-ar/Makefile:1.12
--- llvm/tools/llvm-ar/Makefile:1.11 Mon Sep 4 00:59:09 2006
+++ llvm/tools/llvm-ar/Makefile Sun May 6 00:58:00 2007
@@ -9,7 +9,7 @@
LEVEL = ../..
TOOLNAME = llvm-ar
-LINK_COMPONENTS = archive bcreader
+LINK_COMPONENTS = archive
REQUIRES_EH := 1
include $(LEVEL)/Makefile.common
More information about the llvm-commits
mailing list