From: Reid Spencer Date: Thu, 28 Oct 2004 00:11:43 +0000 (+0000) Subject: Update for library name change. X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=f113e7bf4383fe09112e6b1b10c69f9b05e35dd1;p=oota-llvm.git Update for library name change. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@17287 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/tools/llvmc/Makefile b/tools/llvmc/Makefile index d760e72686e..0518742c1c7 100644 --- a/tools/llvmc/Makefile +++ b/tools/llvmc/Makefile @@ -8,7 +8,7 @@ ##===----------------------------------------------------------------------===## LEVEL = ../.. TOOLNAME = llvmc -USEDLIBS = bcreader vmcore support.a LLVMsystem.a +USEDLIBS = LLVMBCReader LLVMCore LLVMSupport.a LLVMSystem.a CONFIG_FILES = st ll EXTRA_DIST = st ll