summaryrefslogtreecommitdiff
path: root/Makefile.rules
diff options
context:
space:
mode:
authorOwen Anderson <resistor@mac.com>2006-05-11 03:10:15 +0000
committerOwen Anderson <resistor@mac.com>2006-05-11 03:10:15 +0000
commit211b9a2580e62421d8acbb42dee88634fba18341 (patch)
tree86bb31b51c7b71501ba08fa2f91970b6899d5194 /Makefile.rules
parent1f300190f35ac0f99403ead9363d40ecfc98df89 (diff)
downloadllvm-211b9a2580e62421d8acbb42dee88634fba18341.tar.gz
llvm-211b9a2580e62421d8acbb42dee88634fba18341.tar.bz2
llvm-211b9a2580e62421d8acbb42dee88634fba18341.tar.xz
Fix some problems linking stuff in libTarget.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@28218 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'Makefile.rules')
-rw-r--r--Makefile.rules2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.rules b/Makefile.rules
index 1e75acf187..aa9e592d0d 100644
--- a/Makefile.rules
+++ b/Makefile.rules
@@ -629,7 +629,7 @@ ifdef ENABLE_ALPHA_JIT
endif
LLVMLIBS := $(JIT_LIBS) LLVMScalarOpts.a LLVMTransformUtils.a LLVMAnalysis.a \
- LLVMBCReader LLVMCore LLVMSupport.a LLVMTarget.a LLVMbzip2 \
+ LLVMBCReader LLVMTarget.a LLVMCore LLVMSupport.a LLVMbzip2 \
LLVMSystem.a $(PLATFORMLIBDL)
endif