summaryrefslogtreecommitdiff
path: root/runtime
diff options
context:
space:
mode:
authorChris Lattner <sabre@nondot.org>2006-04-07 18:41:16 +0000
committerChris Lattner <sabre@nondot.org>2006-04-07 18:41:16 +0000
commit8f5690259281281cd2a3d7e774a8f375b6e8ff3e (patch)
treecb5178460b388e10386eab037ff5ac4f36043b02 /runtime
parent4188699f80c233a20b6ddc61570a8a8c1804cb85 (diff)
downloadllvm-8f5690259281281cd2a3d7e774a8f375b6e8ff3e.tar.gz
llvm-8f5690259281281cd2a3d7e774a8f375b6e8ff3e.tar.bz2
llvm-8f5690259281281cd2a3d7e774a8f375b6e8ff3e.tar.xz
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
Diffstat (limited to 'runtime')
-rw-r--r--runtime/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/runtime/Makefile b/runtime/Makefile
index 1c474df09e..f8b6ba63f8 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::
+