[llvm-commits] CVS: llvm/runtime/Makefile

Chris Lattner lattner at cs.uiuc.edu
Fri Apr 7 11:41:29 PDT 2006



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::
+






More information about the llvm-commits mailing list