diff options
author | Misha Brukman <brukman+llvm@gmail.com> | 2004-08-09 20:07:44 +0000 |
---|---|---|
committer | Misha Brukman <brukman+llvm@gmail.com> | 2004-08-09 20:07:44 +0000 |
commit | 1757ae991f08c5e6447773d1903e40e635ce6395 (patch) | |
tree | 36db96e672090c0c3241cf21d30fb5abd4ae1078 /runtime/Makefile | |
parent | 22e9e33949b76d49cf7b9e078f7e8911ec7378fa (diff) |
* Remove UIUC-specific comment
* Make header comment span 80 cols
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@15589 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'runtime/Makefile')
-rw-r--r-- | runtime/Makefile | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/runtime/Makefile b/runtime/Makefile index bdbdc40d1f..46fc9c9ed1 100644 --- a/runtime/Makefile +++ b/runtime/Makefile @@ -1,4 +1,4 @@ -##===- runtime/Makefile ------------------------------*- Makefile -*-===## +##===- runtime/Makefile ------------------------------------*- Makefile -*-===## # # The LLVM Compiler Infrastructure # @@ -6,7 +6,6 @@ # the University of Illinois Open Source License. See LICENSE.TXT for details. # ##===----------------------------------------------------------------------===## -# llvm/runtime Makefile: Build all subdirectories automatically LEVEL = .. include $(LEVEL)/Makefile.config @@ -24,8 +23,7 @@ endif include $(LEVEL)/Makefile.common -# Install target for libraries: Copy into the 'bytecode-libs' subdirectory -# of LLVMGCCDIR. (On the UIUC machines, this is in Chris's home directory.) +# Install target for libraries: Copy into $LLVMGCCDIR/bytecode-libs # install:: |