[llvm-commits] CVS: llvm/runtime/GC/Makefile
Misha Brukman
brukman at cs.uiuc.edu
Mon Aug 9 13:23:55 PDT 2004
Changes in directory llvm/runtime/GC:
Makefile updated: 1.1 -> 1.2
---
Log message:
Do not mention Chris in public Makefiles
---
Diffs of the changes: (+1 -3)
Index: llvm/runtime/GC/Makefile
diff -u llvm/runtime/GC/Makefile:1.1 llvm/runtime/GC/Makefile:1.2
--- llvm/runtime/GC/Makefile:1.1 Sun May 23 16:25:59 2004
+++ llvm/runtime/GC/Makefile Mon Aug 9 15:23:44 2004
@@ -9,11 +9,9 @@
LEVEL = ../..
PARALLEL_DIRS := SemiSpace
-
include $(LEVEL)/Makefile.common
-# Install target for libraries: Copy into the gcc install directory in chris's
-# tree...
+# Install target for libraries: Copy into $LLVMGCCDIR/bytecode-libs
#
install::
More information about the llvm-commits
mailing list