Resolve dependencies
authorChris Lattner <sabre@nondot.org>
Thu, 31 Jan 2002 15:43:11 +0000 (15:43 +0000)
committerChris Lattner <sabre@nondot.org>
Thu, 31 Jan 2002 15:43:11 +0000 (15:43 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@1614 91177308-0d34-0410-b5e6-96231b3b80d8

tools/opt/Makefile

index a48cb74b59c40cc7741c83ed18c4ba869cdcbd27..882313a7655fa9990445006f1a07ba04ae1b8671 100644 (file)
@@ -1,7 +1,7 @@
 LEVEL = ../..
 TOOLNAME = opt
-USEDLIBS = bcreader bcwriter asmwriter analysis instrument transforms \
-           scalaropts ipo target analysis vmcore support
+USEDLIBS = bcreader bcwriter asmwriter instrument scalaropts \
+           ipo target analysis transforms vmcore support
 
 include $(LEVEL)/Makefile.common