commit | ac141e61ff36ed04d5314f602536a8e4fe9a122b | [log] [tgz] |
---|---|---|
author | Daniel Dunbar <daniel@zuster.org> | Wed Jun 30 22:10:38 2010 +0000 |
committer | Daniel Dunbar <daniel@zuster.org> | Wed Jun 30 22:10:38 2010 +0000 |
tree | 520464770a572986876bd9af96792e79ba19ede3 | |
parent | 4f304db6f541f5db98e911d4ae45a3c9f85b26fc [diff] [blame] |
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
diff --git a/Makefile b/Makefile index fd34ca3..f871c25 100644 --- a/Makefile +++ b/Makefile
@@ -14,7 +14,7 @@ IS_TOP_LEVEL := 1 CLANG_LEVEL := . -DIRS := include lib tools docs +DIRS := include lib tools runtime docs PARALLEL_DIRS :=