summaryrefslogtreecommitdiff
path: root/tools/Makefile
diff options
context:
space:
mode:
authorChris Lattner <sabre@nondot.org>2002-08-01 00:01:33 +0000
committerChris Lattner <sabre@nondot.org>2002-08-01 00:01:33 +0000
commit2fd5b3da1e1c96e528f4c57ceaae2293fd541789 (patch)
tree9ef9a780755a2e4c034d59d9c81819f39c515550 /tools/Makefile
parentfc94446777fcdff03fdc09539bab25200936b43e (diff)
downloadllvm-2fd5b3da1e1c96e528f4c57ceaae2293fd541789.tar.gz
llvm-2fd5b3da1e1c96e528f4c57ceaae2293fd541789.tar.bz2
llvm-2fd5b3da1e1c96e528f4c57ceaae2293fd541789.tar.xz
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
Diffstat (limited to 'tools/Makefile')
-rw-r--r--tools/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/Makefile b/tools/Makefile
index 8fe52c02c8..bf5852b857 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