From: Chris Lattner Date: Thu, 1 Aug 2002 00:01:33 +0000 (+0000) Subject: Reorder tool building sequence to more closely match the reality of what X-Git-Url: http://plrg.eecs.uci.edu/git/?a=commitdiff_plain;h=2fd5b3da1e1c96e528f4c57ceaae2293fd541789;p=oota-llvm.git Reorder tool building sequence to more closely match the reality of what is being worked on the most. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@3196 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/tools/Makefile b/tools/Makefile index 8fe52c02c82..bf5852b8578 100644 --- a/tools/Makefile +++ b/tools/Makefile @@ -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