summaryrefslogtreecommitdiff
path: root/runtime/Makefile
diff options
context:
space:
mode:
authorChris Lattner <sabre@nondot.org>2004-05-23 21:26:29 +0000
committerChris Lattner <sabre@nondot.org>2004-05-23 21:26:29 +0000
commit8ad864ab14d5922307ac6b5db2f2a6233e6084a9 (patch)
tree6786d7aeea5f07edf3ec0569eb4d70d44ab5a866 /runtime/Makefile
parente6fd7762c5a641b185566c770b0291b6da4a0fe3 (diff)
downloadllvm-8ad864ab14d5922307ac6b5db2f2a6233e6084a9.tar.gz
llvm-8ad864ab14d5922307ac6b5db2f2a6233e6084a9.tar.bz2
llvm-8ad864ab14d5922307ac6b5db2f2a6233e6084a9.tar.xz
Build the garbage collectors
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@13701 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 c84ada158a..bdbdc40d1f 100644
--- a/runtime/Makefile
+++ b/runtime/Makefile
@@ -12,7 +12,7 @@ LEVEL = ..
include $(LEVEL)/Makefile.config
ifneq ($(wildcard $(LLVMGCCDIR)),)
-PARALLEL_DIRS := GCCLibraries libdummy libprofile libtrace
+PARALLEL_DIRS := GCCLibraries libdummy libprofile libtrace GC
else
PARALLEL_DIRS :=
install all ::