aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--tools/gccas/Makefile2
-rw-r--r--tools/link/Makefile2
-rw-r--r--tools/llvm-link/Makefile2
3 files changed, 3 insertions, 3 deletions
diff --git a/tools/gccas/Makefile b/tools/gccas/Makefile
index ee9348bb20..4bef2b1152 100644
--- a/tools/gccas/Makefile
+++ b/tools/gccas/Makefile
@@ -1,6 +1,6 @@
LEVEL = ../..
TOOLNAME = gccas
-USEDLIBS = asmparser bcwriter transforms scalaropts analysis transforms target transformutils ipa vmcore support
+USEDLIBS = asmparser bcwriter transforms scalaropts analysis target transformutils ipa vmcore support
include $(LEVEL)/Makefile.common
diff --git a/tools/link/Makefile b/tools/link/Makefile
index 33a6913913..f4f08a0076 100644
--- a/tools/link/Makefile
+++ b/tools/link/Makefile
@@ -1,6 +1,6 @@
LEVEL = ../..
TOOLNAME = link
-USEDLIBS = transforms bcreader bcwriter vmcore support
+USEDLIBS = bcreader bcwriter transformutils vmcore support
include $(LEVEL)/Makefile.common
diff --git a/tools/llvm-link/Makefile b/tools/llvm-link/Makefile
index 33a6913913..f4f08a0076 100644
--- a/tools/llvm-link/Makefile
+++ b/tools/llvm-link/Makefile
@@ -1,6 +1,6 @@
LEVEL = ../..
TOOLNAME = link
-USEDLIBS = transforms bcreader bcwriter vmcore support
+USEDLIBS = bcreader bcwriter transformutils vmcore support
include $(LEVEL)/Makefile.common