Fix makefiles after shuffling passes around the libraries
authorChris Lattner <sabre@nondot.org>
Tue, 7 May 2002 19:27:33 +0000 (19:27 +0000)
committerChris Lattner <sabre@nondot.org>
Tue, 7 May 2002 19:27:33 +0000 (19:27 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@2532 91177308-0d34-0410-b5e6-96231b3b80d8

tools/gccas/Makefile
tools/link/Makefile
tools/llvm-link/Makefile

index ee9348bb20d3f09d465a08346f75ea604d9dddd0..4bef2b1152f9c9237b807bdb0865313cd8e28db5 100644 (file)
@@ -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
index 33a69139139d53d163f54ace008097fb9075c935..f4f08a0076ed44a1291e23459a2f44c44793462f 100644 (file)
@@ -1,6 +1,6 @@
 LEVEL = ../..
 
 TOOLNAME = link
-USEDLIBS = transforms bcreader bcwriter vmcore support
+USEDLIBS = bcreader bcwriter transformutils vmcore support
 
 include $(LEVEL)/Makefile.common
index 33a69139139d53d163f54ace008097fb9075c935..f4f08a0076ed44a1291e23459a2f44c44793462f 100644 (file)
@@ -1,6 +1,6 @@
 LEVEL = ../..
 
 TOOLNAME = link
-USEDLIBS = transforms bcreader bcwriter vmcore support
+USEDLIBS = bcreader bcwriter transformutils vmcore support
 
 include $(LEVEL)/Makefile.common