From f0389c0e0b8209d772474156e63df0f0efa1d288 Mon Sep 17 00:00:00 2001 From: Chris Lattner Date: Thu, 1 Aug 2002 00:01:33 +0000 Subject: [PATCH] Reorder tool building sequence to more closely match the reality of what is being worked on the most. llvm-svn: 3196 --- tools/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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