Switch to using llvm-config to build
authorChris Lattner <sabre@nondot.org>
Mon, 4 Sep 2006 05:24:16 +0000 (05:24 +0000)
committerChris Lattner <sabre@nondot.org>
Mon, 4 Sep 2006 05:24:16 +0000 (05:24 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@30088 91177308-0d34-0410-b5e6-96231b3b80d8

tools/llvm-dis/Makefile

index 011409e3dd56dfadd80098f92ead5bbe87634265..6be8b096dbf4d3e44110936dd61e51d82ffe8a3d 100644 (file)
@@ -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