From: Chris Lattner Date: Tue, 7 May 2002 19:27:33 +0000 (+0000) Subject: Fix makefiles after shuffling passes around the libraries X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=ddca9d0dcb43ee1e459587a4e192572440fe790c;p=oota-llvm.git 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 --- 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