diff options
author | Daniel Dunbar <daniel@zuster.org> | 2010-06-30 22:10:38 +0000 |
---|---|---|
committer | Daniel Dunbar <daniel@zuster.org> | 2010-06-30 22:10:38 +0000 |
commit | ac141e61ff36ed04d5314f602536a8e4fe9a122b (patch) | |
tree | 520464770a572986876bd9af96792e79ba19ede3 /Makefile | |
parent | 4f304db6f541f5db98e911d4ae45a3c9f85b26fc (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-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 := |