[llvm-commits] CVS: llvm/runtime/Makefile

Chris Lattner lattner at cs.uiuc.edu
Sun May 23 16:28:22 PDT 2004


Changes in directory llvm/runtime:

Makefile updated: 1.17 -> 1.18

---
Log message:

Build the garbage collectors


---
Diffs of the changes:  (+1 -1)

Index: llvm/runtime/Makefile
diff -u llvm/runtime/Makefile:1.17 llvm/runtime/Makefile:1.18
--- llvm/runtime/Makefile:1.17	Fri Apr 16 09:12:36 2004
+++ llvm/runtime/Makefile	Sun May 23 16:26:29 2004
@@ -12,7 +12,7 @@
 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 ::





More information about the llvm-commits mailing list