add a newline at the end of the file

llvm-svn: 27492
This commit is contained in:
Chris Lattner 2006-04-07 18:41:16 +00:00
parent 2d7298c362
commit 292574fbbc
1 changed files with 2 additions and 1 deletions

View File

@ -13,7 +13,7 @@ include $(LEVEL)/Makefile.config
ifneq ($(LLVMGCC_MAJVERS),3) ifneq ($(LLVMGCC_MAJVERS),3)
PARALLEL_DIRS := PARALLEL_DIRS :=
install all:: 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: llvm-gcc version 3. They are automatically included"
$(Echo) "Warning: with llvm-gcc version 4 and beyond" $(Echo) "Warning: with llvm-gcc version 4 and beyond"
else else
@ -40,3 +40,4 @@ include $(LEVEL)/Makefile.common
# Install target for libraries: Copy into $LLVMGCCDIR/bytecode-libs # Install target for libraries: Copy into $LLVMGCCDIR/bytecode-libs
# #
install:: install::