From 355cc5ab2669b374836cd11ba7be847e17e1bf23 Mon Sep 17 00:00:00 2001
From: Chris Lattner <sabre@nondot.org>
Date: Tue, 7 May 2002 19:27:33 +0000
Subject: [PATCH] Fix makefiles after shuffling passes around the libraries

llvm-svn: 2532
---
 llvm/tools/gccas/Makefile     | 2 +-
 llvm/tools/link/Makefile      | 2 +-
 llvm/tools/llvm-link/Makefile | 2 +-
 3 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/llvm/tools/gccas/Makefile b/llvm/tools/gccas/Makefile
index ee9348bb20d3..4bef2b1152f9 100644
--- a/llvm/tools/gccas/Makefile
+++ b/llvm/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/llvm/tools/link/Makefile b/llvm/tools/link/Makefile
index 33a69139139d..f4f08a0076ed 100644
--- a/llvm/tools/link/Makefile
+++ b/llvm/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/llvm/tools/llvm-link/Makefile b/llvm/tools/llvm-link/Makefile
index 33a69139139d..f4f08a0076ed 100644
--- a/llvm/tools/llvm-link/Makefile
+++ b/llvm/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