summaryrefslogtreecommitdiff
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 599d4cb965..037e3a8750 100644
--- a/tools/llvm-link/Makefile
+++ b/tools/llvm-link/Makefile
@@ -1,6 +1,6 @@
LEVEL = ../..
TOOLNAME = link
-USEDLIBS = transforms bcreader bcwriter asmwriter analysis vmcore asmwriter support
+USEDLIBS = transforms bcreader bcwriter asmwriter vmcore asmwriter support
include $(LEVEL)/Makefile.common