summaryrefslogtreecommitdiff
path: root/tools/llvm-extract/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'tools/llvm-extract/Makefile')
-rw-r--r--tools/llvm-extract/Makefile4
1 files changed, 1 insertions, 3 deletions
diff --git a/tools/llvm-extract/Makefile b/tools/llvm-extract/Makefile
index 20a107c5c7..8efe423a98 100644
--- a/tools/llvm-extract/Makefile
+++ b/tools/llvm-extract/Makefile
@@ -9,9 +9,7 @@
LEVEL = ../..
TOOLNAME = llvm-extract
-USEDLIBS = LLVMBCReader.a LLVMBCWriter.a LLVMTransforms.a LLVMipo.a \
- LLVMTarget.a LLVMAnalysis.a LLVMTransformUtils.a LLVMipa.a \
- LLVMCore.a LLVMSupport.a LLVMbzip2.a LLVMSystem.a
+LINK_COMPONENTS := bcreader bcwriter ipo
REQUIRES_EH := 1
include $(LEVEL)/Makefile.common