From 171ae50e88d13ea5d55e96bc30ffdba81ea4da9f Mon Sep 17 00:00:00 2001 From: Garance A Drosehn Date: Fri, 5 Mar 2004 18:16:28 +0000 Subject: [PATCH] Reword two more lines to avoid wrapping. --- Makefile.inc1 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile.inc1 b/Makefile.inc1 index 1147462f46c1..4bc728a9a217 100644 --- a/Makefile.inc1 +++ b/Makefile.inc1 @@ -373,8 +373,8 @@ sparc64_installcheck: @echo "* Note: This installation changes the type used for time_t." .endif @echo "* " - @echo "* This host (${THISHOST}) presently has a time_t of type ${CUR_TIMET}," - @echo "* and this installation will switch time_t to be type ${SRC_TIMET}." + @echo "* This host (${THISHOST}) has time_t defined as ${CUR_TIMET}," + @echo "* and this installation would change that to type ${SRC_TIMET}." .if ${NEWSPARC_TIMETYPE} != ${SRC_TIMET} @echo "* " @echo "* If that is *NOT* what you wanted, then you need to change the"