summaryrefslogtreecommitdiff
path: root/tools/bugpoint/Makefile
diff options
context:
space:
mode:
authorChris Lattner <sabre@nondot.org>2005-10-24 01:05:53 +0000
committerChris Lattner <sabre@nondot.org>2005-10-24 01:05:53 +0000
commit831843d5d148ddadb68f356ff19ba9f955446886 (patch)
tree7770629a41ca5188cc0a91b32ee812ca1cc0ce6d /tools/bugpoint/Makefile
parent4fb1b21b312fd91b93c50b1c625edbc1fd34cf56 (diff)
downloadllvm-831843d5d148ddadb68f356ff19ba9f955446886.tar.gz
llvm-831843d5d148ddadb68f356ff19ba9f955446886.tar.bz2
llvm-831843d5d148ddadb68f356ff19ba9f955446886.tar.xz
Link to archive versions of libraries instead of the relinked ones
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@23925 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'tools/bugpoint/Makefile')
-rw-r--r--tools/bugpoint/Makefile8
1 files changed, 4 insertions, 4 deletions
diff --git a/tools/bugpoint/Makefile b/tools/bugpoint/Makefile
index e5eacd0cb1..fdb587ccea 100644
--- a/tools/bugpoint/Makefile
+++ b/tools/bugpoint/Makefile
@@ -10,11 +10,11 @@ LEVEL = ../..
TOOLNAME = bugpoint
-OPTLIBS = LLVMTransforms LLVMInstrumentation LLVMProfilePaths
-ANALIBS = LLVMDataStructure LLVMipa LLVMTarget.a
+OPTLIBS = LLVMTransforms.a LLVMInstrumentation.a LLVMProfilePaths
+ANALIBS = LLVMDataStructure LLVMipa.a LLVMTarget.a
-USEDLIBS = LLVMipo LLVMScalarOpts LLVMAnalysis $(OPTLIBS) $(ANALIBS) \
- LLVMTransformUtils \
+USEDLIBS = LLVMipo.a LLVMScalarOpts.a $(OPTLIBS) $(ANALIBS) LLVMAnalysis.a \
+ LLVMTransformUtils.a \
LLVMAsmParser LLVMLinker.a LLVMBCReader LLVMBCWriter \
LLVMCore LLVMSupport.a LLVMbzip2 LLVMSystem.a