aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorChris Lattner <sabre@nondot.org>2002-12-02 01:23:26 +0000
committerChris Lattner <sabre@nondot.org>2002-12-02 01:23:26 +0000
commit737ae6ea610a68a897b9314c4965124c7af578fa (patch)
treef1650c5ffd23881a6399a4d7bf9a4ef2adb9afeb /Makefile
parente62c1185bee05facc25d1d725434f517261d308b (diff)
downloadexternal_llvm-737ae6ea610a68a897b9314c4965124c7af578fa.zip
external_llvm-737ae6ea610a68a897b9314c4965124c7af578fa.tar.gz
external_llvm-737ae6ea610a68a897b9314c4965124c7af578fa.tar.bz2
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
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 34bdc60..8ab075f 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