aboutsummaryrefslogtreecommitdiffstats
path: root/runtime/Makefile
diff options
context:
space:
mode:
authorGordon Henriksen <gordonhenriksen@mac.com>2009-03-02 03:46:48 +0000
committerGordon Henriksen <gordonhenriksen@mac.com>2009-03-02 03:46:48 +0000
commit6da385e07fbb4c555c5db0022f8d7c2cad0e9f17 (patch)
treeed4cc8f8c93c5a124ab835b6681ca97fb4508dd9 /runtime/Makefile
parent3975f2bf9e5e991f4628b2ac94ed5b57e2d66ab6 (diff)
downloadexternal_llvm-6da385e07fbb4c555c5db0022f8d7c2cad0e9f17.zip
external_llvm-6da385e07fbb4c555c5db0022f8d7c2cad0e9f17.tar.gz
external_llvm-6da385e07fbb4c555c5db0022f8d7c2cad0e9f17.tar.bz2
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/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/runtime/Makefile b/runtime/Makefile
index 3883041..9937c11 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 ::