From 737ae6ea610a68a897b9314c4965124c7af578fa Mon Sep 17 00:00:00 2001 From: Chris Lattner Date: Mon, 2 Dec 2002 01:23:26 +0000 Subject: [PATCH] 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 --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.34.1