Make sure to build things in the right order, build with the .o file, not the
authorChris Lattner <sabre@nondot.org>
Thu, 27 Oct 2005 00:53:16 +0000 (00:53 +0000)
committerChris Lattner <sabre@nondot.org>
Thu, 27 Oct 2005 00:53:16 +0000 (00:53 +0000)
.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

projects/Stacker/tools/stkrc/Makefile

index 3baba7cb48596f74d878e814d1e3dc48a23c00f1..03c3ad03fcb5d4b95729e735fb5d89a947eaa7c8 100644 (file)
@@ -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