diff --git a/tools/gccas/Makefile b/tools/gccas/Makefile index ee9348bb20d..4bef2b1152f 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 33a69139139..f4f08a0076e 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 33a69139139..f4f08a0076e 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