commit | 6da385e07fbb4c555c5db0022f8d7c2cad0e9f17 | [log] [tgz] |
---|---|---|
author | Gordon Henriksen <gordonhenriksen@mac.com> | Mon Mar 02 03:46:48 2009 +0000 |
committer | Gordon Henriksen <gordonhenriksen@mac.com> | Mon Mar 02 03:46:48 2009 +0000 |
tree | ed4cc8f8c93c5a124ab835b6681ca97fb4508dd9 | |
parent | 3975f2bf9e5e991f4628b2ac94ed5b57e2d66ab6 [diff] [blame] |
Drop toy GC runtime. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@65801 91177308-0d34-0410-b5e6-96231b3b80d8
diff --git a/runtime/Makefile b/runtime/Makefile index 3883041..9937c11 100644 --- a/runtime/Makefile +++ b/runtime/Makefile
@@ -11,7 +11,7 @@ include $(LEVEL)/Makefile.config ifneq ($(wildcard $(LLVMGCC)),) -PARALLEL_DIRS := libprofile GC +PARALLEL_DIRS := libprofile else PARALLEL_DIRS := install all ::