From: Chris Lattner Date: Sun, 23 May 2004 21:26:29 +0000 (+0000) Subject: Build the garbage collectors X-Git-Url: http://plrg.eecs.uci.edu/git/?a=commitdiff_plain;h=8ad864ab14d5922307ac6b5db2f2a6233e6084a9;p=oota-llvm.git Build the garbage collectors git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@13701 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/runtime/Makefile b/runtime/Makefile index c84ada158a6..bdbdc40d1f7 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 ::