From ddca9d0dcb43ee1e459587a4e192572440fe790c Mon Sep 17 00:00:00 2001 From: Chris Lattner Date: Tue, 7 May 2002 19:27:33 +0000 Subject: [PATCH] Fix makefiles after shuffling passes around the libraries git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@2532 91177308-0d34-0410-b5e6-96231b3b80d8 --- tools/gccas/Makefile | 2 +- tools/link/Makefile | 2 +- tools/llvm-link/Makefile | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) 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 -- 2.34.1