summaryrefslogtreecommitdiff
path: root/tools/llvm-dis/Makefile
diff options
context:
space:
mode:
authorChris Lattner <sabre@nondot.org>2006-09-04 05:24:16 +0000
committerChris Lattner <sabre@nondot.org>2006-09-04 05:24:16 +0000
commitebfc3a9fc22b741f67e264409b9a882a864f9fc2 (patch)
tree9c1d927b244b460092a6fc9dacab77e0f94228f8 /tools/llvm-dis/Makefile
parent0a1db828598443c4dedcc9cf4274601b8f99a3cd (diff)
downloadllvm-ebfc3a9fc22b741f67e264409b9a882a864f9fc2.tar.gz
llvm-ebfc3a9fc22b741f67e264409b9a882a864f9fc2.tar.bz2
llvm-ebfc3a9fc22b741f67e264409b9a882a864f9fc2.tar.xz
Switch to using llvm-config to build
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@30088 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'tools/llvm-dis/Makefile')
-rw-r--r--tools/llvm-dis/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/llvm-dis/Makefile b/tools/llvm-dis/Makefile
index 011409e3dd..6be8b096db 100644
--- a/tools/llvm-dis/Makefile
+++ b/tools/llvm-dis/Makefile
@@ -9,7 +9,7 @@
LEVEL = ../..
TOOLNAME = llvm-dis
-USEDLIBS = LLVMBCReader.a LLVMCore.a LLVMSupport.a LLVMbzip2.a LLVMSystem.a
+LINK_COMPONENTS := bcreader
REQUIRES_EH := 1
include $(LEVEL)/Makefile.common