diff options
-rw-r--r-- | llvm/runtime/GC/Makefile | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/llvm/runtime/GC/Makefile b/llvm/runtime/GC/Makefile index 78b951f964c..98b62fb7e76 100644 --- a/llvm/runtime/GC/Makefile +++ b/llvm/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:: |