diff options
author | Misha Brukman <brukman+llvm@gmail.com> | 2004-08-09 20:23:44 +0000 |
---|---|---|
committer | Misha Brukman <brukman+llvm@gmail.com> | 2004-08-09 20:23:44 +0000 |
commit | 171b59d2d6233c6e239fff58b24214c001111c8c (patch) | |
tree | f819ebfebb1bcd33b9d2eb966a987132991ab4b6 /runtime/GC | |
parent | bb739ddeffb08bddb752933cc322d0381e6626b2 (diff) | |
download | external_llvm-171b59d2d6233c6e239fff58b24214c001111c8c.zip external_llvm-171b59d2d6233c6e239fff58b24214c001111c8c.tar.gz external_llvm-171b59d2d6233c6e239fff58b24214c001111c8c.tar.bz2 |
Do not mention Chris in public Makefiles
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@15591 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'runtime/GC')
-rw-r--r-- | runtime/GC/Makefile | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/runtime/GC/Makefile b/runtime/GC/Makefile index 78b951f..98b62fb 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:: |