From: Chris Lattner Date: Mon, 2 Dec 2002 01:23:26 +0000 (+0000) Subject: Make sure to build lib/Support before the utilities, then use the new X-Git-Url: http://plrg.eecs.uci.edu/git/?a=commitdiff_plain;h=737ae6ea610a68a897b9314c4965124c7af578fa;p=oota-llvm.git Make sure to build lib/Support before the utilities, then use the new makefile in utils to build the utilities git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@4844 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/Makefile b/Makefile index 34bdc600e27..8ab075fc147 100644 --- a/Makefile +++ b/Makefile @@ -1,5 +1,5 @@ LEVEL = . -DIRS = utils/Burg lib tools +DIRS = lib/Support utils lib tools include $(LEVEL)/Makefile.common