diff options
author | Reid Spencer <rspencer@reidspencer.com> | 2004-10-27 23:18:45 +0000 |
---|---|---|
committer | Reid Spencer <rspencer@reidspencer.com> | 2004-10-27 23:18:45 +0000 |
commit | 57cbe39d1e07ce52dd81f2d94cf5010d56edcab3 (patch) | |
tree | 290f5d51a2405b0cd2438b18f2d4c65b7e720505 /llvm/tools/llvm-prof | |
parent | 9f337bf96fa817ce4e36fc953b69a5c5c04b8f44 (diff) | |
download | bcm5719-llvm-57cbe39d1e07ce52dd81f2d94cf5010d56edcab3.tar.gz bcm5719-llvm-57cbe39d1e07ce52dd81f2d94cf5010d56edcab3.zip |
Change Library Names Not To Conflict With Others When Installed
llvm-svn: 17286
Diffstat (limited to 'llvm/tools/llvm-prof')
-rw-r--r-- | llvm/tools/llvm-prof/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/tools/llvm-prof/Makefile b/llvm/tools/llvm-prof/Makefile index c187296f844..567bc4316a1 100644 --- a/llvm/tools/llvm-prof/Makefile +++ b/llvm/tools/llvm-prof/Makefile @@ -9,5 +9,5 @@ LEVEL = ../.. TOOLNAME = llvm-prof -USEDLIBS = analysis.a bcreader vmcore support.a LLVMsystem.a +USEDLIBS = LLVMAnalysis.a LLVMBCReader LLVMCore LLVMSupport.a LLVMSystem.a include $(LEVEL)/Makefile.common |