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
commit4b63fbc26f8d37d246318b81194c396dca57efdb (patch)
treeed4cc8f8c93c5a124ab835b6681ca97fb4508dd9 /runtime/Makefile
parente7f9ea9004b26d69070967d67ba6a9d409146144 (diff)
downloadexternal_llvm-4b63fbc26f8d37d246318b81194c396dca57efdb.zip
external_llvm-4b63fbc26f8d37d246318b81194c396dca57efdb.tar.gz
external_llvm-4b63fbc26f8d37d246318b81194c396dca57efdb.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 ::