From: Chris Lattner Date: Wed, 21 Jun 2006 17:26:13 +0000 (+0000) Subject: Remove unneeded libs X-Git-Url: http://plrg.eecs.uci.edu/git/?a=commitdiff_plain;h=f8625d90185794ed15b170f697ed6030432477b7;p=oota-llvm.git Remove unneeded libs git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@28900 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/tools/llvmc/Makefile b/tools/llvmc/Makefile index 8bd77fd46bc..62fa82e3250 100644 --- a/tools/llvmc/Makefile +++ b/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