aboutsummaryrefslogtreecommitdiff
path: root/tools/llvm-link/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'tools/llvm-link/Makefile')
-rw-r--r--tools/llvm-link/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/llvm-link/Makefile b/tools/llvm-link/Makefile
index 1fc4683bb4..4986272406 100644
--- a/tools/llvm-link/Makefile
+++ b/tools/llvm-link/Makefile
@@ -9,6 +9,6 @@
LEVEL = ../..
TOOLNAME = llvm-link
-USEDLIBS = bcreader bcwriter vmcore support.a LLVMsystem.a
+USEDLIBS = LLVMBCReader LLVMBCWriter LLVMCore LLVMSupport.a LLVMSystem.a
include $(LEVEL)/Makefile.common