Make sure to build lib/Support before the utilities, then use the new
authorChris Lattner <sabre@nondot.org>
Mon, 2 Dec 2002 01:23:26 +0000 (01:23 +0000)
committerChris Lattner <sabre@nondot.org>
Mon, 2 Dec 2002 01:23:26 +0000 (01:23 +0000)
makefile in utils to build the utilities

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

Makefile

index 34bdc600e27dd90798f4b4add5e7fed545a21c16..8ab075fc1473fa72c25676378023e4d8ea48fe04 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -1,5 +1,5 @@
 LEVEL = .
 LEVEL = .
-DIRS = utils/Burg lib tools
+DIRS = lib/Support utils lib tools
 
 include $(LEVEL)/Makefile.common
 
 
 include $(LEVEL)/Makefile.common