archive library already depends on bc reader
authorChris Lattner <sabre@nondot.org>
Sun, 6 May 2007 05:53:02 +0000 (05:53 +0000)
committerChris Lattner <sabre@nondot.org>
Sun, 6 May 2007 05:53:02 +0000 (05:53 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@36852 91177308-0d34-0410-b5e6-96231b3b80d8

tools/llvm-ranlib/Makefile

index ca4d0ce85d1017a05f2cf8b1699ae03f6f7b36bb..0ba931e4c4c10023f4415f9473cae5785ff4aeea 100644 (file)
@@ -9,7 +9,7 @@
 
 LEVEL = ../..
 TOOLNAME = llvm-ranlib
-LINK_COMPONENTS = archive bcreader
+LINK_COMPONENTS = archive
 REQUIRES_EH := 1
 
 include $(LEVEL)/Makefile.common