Build lli first
authorChris Lattner <sabre@nondot.org>
Fri, 7 Sep 2001 16:58:57 +0000 (16:58 +0000)
committerChris Lattner <sabre@nondot.org>
Fri, 7 Sep 2001 16:58:57 +0000 (16:58 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@469 91177308-0d34-0410-b5e6-96231b3b80d8

tools/Makefile

index cbe75c46a488ab4a44b367799dd8dd162cb8dc68..ef88afade7fbda6e4a79754cdfc6926657c84106 100644 (file)
@@ -1,5 +1,5 @@
 LEVEL = ..
-DIRS = as dis opt analyze llc lli
+DIRS = as dis opt analyze lli llc
 
 include $(LEVEL)/Makefile.common