From: Chris Lattner Date: Thu, 27 Oct 2005 00:53:16 +0000 (+0000) Subject: Make sure to build things in the right order, build with the .o file, not the X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=8962b84556ea400da7ac879b5c7464b869ca0900;p=oota-llvm.git Make sure to build things in the right order, build with the .o file, not the .a file to unbreak the build after john's change git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@24024 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/projects/Stacker/tools/stkrc/Makefile b/projects/Stacker/tools/stkrc/Makefile index 3baba7cb485..03c3ad03fcb 100644 --- a/projects/Stacker/tools/stkrc/Makefile +++ b/projects/Stacker/tools/stkrc/Makefile @@ -9,8 +9,8 @@ LEVEL=../.. # Give the name of a library. This will build a dynamic version. # TOOLNAME = stkrc -LLVMLIBS = LLVMAsmParser LLVMBCWriter LLVMTransforms.a LLVMipo.a LLVMipa.a \ - LLVMScalarOpts.a LLVMAnalysis.a LLVMTarget.a LLVMTransformUtils.a \ +LLVMLIBS = LLVMAsmParser LLVMBCWriter LLVMipo.a \ + LLVMScalarOpts.a LLVMTransforms.a LLVMTransformUtils LLVMipa.a LLVMAnalysis.a LLVMTarget.a \ LLVMCore LLVMSupport.a LLVMbzip2 LLVMSystem.a CONFIG_FILES = st EXTRA_DIST = st