summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorDaniel Dunbar <daniel@zuster.org>2010-06-30 22:10:38 +0000
committerDaniel Dunbar <daniel@zuster.org>2010-06-30 22:10:38 +0000
commitac141e61ff36ed04d5314f602536a8e4fe9a122b (patch)
tree520464770a572986876bd9af96792e79ba19ede3 /Makefile
parent4f304db6f541f5db98e911d4ae45a3c9f85b26fc (diff)
Move lib/Runtime to runtime/, and build after everything else.
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@107327 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 fd34ca369a..f871c25274 100644
--- a/Makefile
+++ b/Makefile
@@ -14,7 +14,7 @@ ifndef CLANG_LEVEL
IS_TOP_LEVEL := 1
CLANG_LEVEL := .
-DIRS := include lib tools docs
+DIRS := include lib tools runtime docs
PARALLEL_DIRS :=