diff options
| author | Chris Lattner <sabre@nondot.org> | 2006-04-07 18:41:16 +0000 |
|---|---|---|
| committer | Chris Lattner <sabre@nondot.org> | 2006-04-07 18:41:16 +0000 |
| commit | 292574fbbc4682cd765dfddf8836053a479085c0 (patch) | |
| tree | fc924de3b389c65ff62fb0067b9dc654ec849be1 /llvm/runtime | |
| parent | 2d7298c362e3ec5f16ebeddf2e68de0ebeb1ff9a (diff) | |
| download | bcm5719-llvm-292574fbbc4682cd765dfddf8836053a479085c0.tar.gz bcm5719-llvm-292574fbbc4682cd765dfddf8836053a479085c0.zip | |
add a newline at the end of the file
llvm-svn: 27492
Diffstat (limited to 'llvm/runtime')
| -rw-r--r-- | llvm/runtime/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/llvm/runtime/Makefile b/llvm/runtime/Makefile index 1c474df09ef..f8b6ba63f85 100644 --- a/llvm/runtime/Makefile +++ b/llvm/runtime/Makefile @@ -13,7 +13,7 @@ include $(LEVEL)/Makefile.config ifneq ($(LLVMGCC_MAJVERS),3) PARALLEL_DIRS := install all:: - $(Echo) "Warning: The runtime libraries only need to be built with" + $(Echo) "Warning: These runtime libraries only need to be built with" $(Echo) "Warning: llvm-gcc version 3. They are automatically included" $(Echo) "Warning: with llvm-gcc version 4 and beyond" else @@ -40,3 +40,4 @@ include $(LEVEL)/Makefile.common # Install target for libraries: Copy into $LLVMGCCDIR/bytecode-libs # install:: + |

