Reorder tool building sequence to more closely match the reality of what
authorChris Lattner <sabre@nondot.org>
Thu, 1 Aug 2002 00:01:33 +0000 (00:01 +0000)
committerChris Lattner <sabre@nondot.org>
Thu, 1 Aug 2002 00:01:33 +0000 (00:01 +0000)
is being worked on the most.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@3196 91177308-0d34-0410-b5e6-96231b3b80d8

tools/Makefile

index 8fe52c02c82300610a305f17b93cf9c89039082b..bf5852b857856581f07cb73e12c1ba8afe454a47 100644 (file)
@@ -1,5 +1,5 @@
 LEVEL = ..
-DIRS = as dis opt link gccas lli llc gccld analyze extract
+DIRS = as dis opt gccas llc link lli gccld analyze extract
 
 include $(LEVEL)/Makefile.common