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
This commit is contained in:
Chris Lattner 2002-12-02 01:23:26 +00:00
parent e62c1185be
commit 737ae6ea61

View File

@ -1,5 +1,5 @@
LEVEL = .
DIRS = utils/Burg lib tools
DIRS = lib/Support utils lib tools
include $(LEVEL)/Makefile.common