From: Chris Lattner Date: Fri, 7 Apr 2006 18:41:16 +0000 (+0000) Subject: add a newline at the end of the file X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=8f5690259281281cd2a3d7e774a8f375b6e8ff3e;p=oota-llvm.git add a newline at the end of the file git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@27492 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/runtime/Makefile b/runtime/Makefile index 1c474df09ef..f8b6ba63f85 100644 --- a/runtime/Makefile +++ b/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:: +