diff options
author | Gordon Henriksen <gordonhenriksen@mac.com> | 2009-03-02 03:46:48 +0000 |
---|---|---|
committer | Gordon Henriksen <gordonhenriksen@mac.com> | 2009-03-02 03:46:48 +0000 |
commit | 6da385e07fbb4c555c5db0022f8d7c2cad0e9f17 (patch) | |
tree | ed4cc8f8c93c5a124ab835b6681ca97fb4508dd9 /runtime/Makefile | |
parent | 3975f2bf9e5e991f4628b2ac94ed5b57e2d66ab6 (diff) |
Drop toy GC runtime.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@65801 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'runtime/Makefile')
-rw-r--r-- | runtime/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/runtime/Makefile b/runtime/Makefile index 3883041d2e..9937c11e3b 100644 --- a/runtime/Makefile +++ b/runtime/Makefile @@ -11,7 +11,7 @@ LEVEL = .. include $(LEVEL)/Makefile.config ifneq ($(wildcard $(LLVMGCC)),) -PARALLEL_DIRS := libprofile GC +PARALLEL_DIRS := libprofile else PARALLEL_DIRS := install all :: |