summaryrefslogtreecommitdiffstats
path: root/llvm/tools/llvmc
diff options
context:
space:
mode:
authorChris Lattner <sabre@nondot.org>2006-06-21 17:26:13 +0000
committerChris Lattner <sabre@nondot.org>2006-06-21 17:26:13 +0000
commit41c173c68a60042f0c93a24ed0a05b64e5875bc3 (patch)
tree42e44785981eeaf621bc479030bb626ae8534d4b /llvm/tools/llvmc
parentc95970be9dbebff91ed0911876f71a12b2899378 (diff)
downloadbcm5719-llvm-41c173c68a60042f0c93a24ed0a05b64e5875bc3.tar.gz
bcm5719-llvm-41c173c68a60042f0c93a24ed0a05b64e5875bc3.zip
Remove unneeded libs
llvm-svn: 28900
Diffstat (limited to 'llvm/tools/llvmc')
-rw-r--r--llvm/tools/llvmc/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/tools/llvmc/Makefile b/llvm/tools/llvmc/Makefile
index 8bd77fd46bc..62fa82e3250 100644
--- a/llvm/tools/llvmc/Makefile
+++ b/llvm/tools/llvmc/Makefile
@@ -8,7 +8,7 @@
##===----------------------------------------------------------------------===##
LEVEL = ../..
TOOLNAME = llvmc
-USEDLIBS = LLVMBCReader.a LLVMCore.a LLVMSupport.a LLVMbzip2.a LLVMSystem.a
+USEDLIBS = LLVMCore.a LLVMSupport.a LLVMSystem.a
CONFIG_FILES = c cpp ll
EXTRA_DIST = c cpp ll ConfigLexer.cpp.cvs ConfigLexer.l.cvs
OpenPOWER on IntegriCloud