summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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::
+