From 171b59d2d6233c6e239fff58b24214c001111c8c Mon Sep 17 00:00:00 2001 From: Misha Brukman Date: Mon, 9 Aug 2004 20:23:44 +0000 Subject: [PATCH] Do not mention Chris in public Makefiles git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@15591 91177308-0d34-0410-b5e6-96231b3b80d8 --- runtime/GC/Makefile | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/runtime/GC/Makefile b/runtime/GC/Makefile index 78b951f964c..98b62fb7e76 100644 --- a/runtime/GC/Makefile +++ b/runtime/GC/Makefile @@ -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::