summaryrefslogtreecommitdiff
path: root/tools
diff options
context:
space:
mode:
Diffstat (limited to 'tools')
-rw-r--r--tools/as/Makefile2
-rw-r--r--tools/dis/Makefile2
-rw-r--r--tools/link/Makefile2
-rw-r--r--tools/llvm-as/Makefile2
-rw-r--r--tools/llvm-dis/Makefile2
-rw-r--r--tools/llvm-link/Makefile2
6 files changed, 6 insertions, 6 deletions
diff --git a/tools/as/Makefile b/tools/as/Makefile
index 8b7a961564..0845f0f865 100644
--- a/tools/as/Makefile
+++ b/tools/as/Makefile
@@ -1,6 +1,6 @@
LEVEL = ../..
TOOLNAME = as
-USEDLIBS = asmparser bcwriter asmwriter analysis vmcore support
+USEDLIBS = asmparser bcwriter asmwriter vmcore support
include $(LEVEL)/Makefile.common
diff --git a/tools/dis/Makefile b/tools/dis/Makefile
index ef65811893..0614c6dca7 100644
--- a/tools/dis/Makefile
+++ b/tools/dis/Makefile
@@ -1,7 +1,7 @@
LEVEL = ../..
TOOLNAME = dis
-USEDLIBS = bcreader asmwriter analysis vmcore support
+USEDLIBS = bcreader asmwriter vmcore support
include $(LEVEL)/Makefile.common
diff --git a/tools/link/Makefile b/tools/link/Makefile
index 599d4cb965..037e3a8750 100644
--- a/tools/link/Makefile
+++ b/tools/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
diff --git a/tools/llvm-as/Makefile b/tools/llvm-as/Makefile
index 8b7a961564..0845f0f865 100644
--- a/tools/llvm-as/Makefile
+++ b/tools/llvm-as/Makefile
@@ -1,6 +1,6 @@
LEVEL = ../..
TOOLNAME = as
-USEDLIBS = asmparser bcwriter asmwriter analysis vmcore support
+USEDLIBS = asmparser bcwriter asmwriter vmcore support
include $(LEVEL)/Makefile.common
diff --git a/tools/llvm-dis/Makefile b/tools/llvm-dis/Makefile
index ef65811893..0614c6dca7 100644
--- a/tools/llvm-dis/Makefile
+++ b/tools/llvm-dis/Makefile
@@ -1,7 +1,7 @@
LEVEL = ../..
TOOLNAME = dis
-USEDLIBS = bcreader asmwriter analysis vmcore support
+USEDLIBS = bcreader asmwriter vmcore support
include $(LEVEL)/Makefile.common
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