Build the garbage collectors
authorChris Lattner <sabre@nondot.org>
Sun, 23 May 2004 21:26:29 +0000 (21:26 +0000)
committerChris Lattner <sabre@nondot.org>
Sun, 23 May 2004 21:26:29 +0000 (21:26 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@13701 91177308-0d34-0410-b5e6-96231b3b80d8

runtime/Makefile

index c84ada158a657ad71831a30a75450e0d28d194c7..bdbdc40d1f7b584d45b686e50e78e24b7ab23238 100644 (file)
@@ -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 ::