Changes in directory llvm/runtime:

Makefile updated: 1.26 -> 1.27
---
Log message:

add a newline at the end of the file


---
Diffs of the changes:  (+2 -1)

 Makefile |    3 ++-
 1 files changed, 2 insertions(+), 1 deletion(-)


Index: llvm/runtime/Makefile
diff -u llvm/runtime/Makefile:1.26 llvm/runtime/Makefile:1.27
--- llvm/runtime/Makefile:1.26  Thu Apr  6 17:15:51 2006
+++ llvm/runtime/Makefile       Fri Apr  7 13:41:16 2006
@@ -13,7 +13,7 @@
 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 @@
 # Install target for libraries: Copy into $LLVMGCCDIR/bytecode-libs
 #
 install::
+



_______________________________________________
llvm-commits mailing list
llvm-commits@cs.uiuc.edu
http://lists.cs.uiuc.edu/mailman/listinfo/llvm-commits

Reply via email to