Add newline before for better formatting

This commit is contained in:
Simon J. Gerraty 2013-03-20 03:34:24 +00:00
parent 1190d98ed8
commit b1993b51d6
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/projects/bmake/; revision=248540

View File

@ -102,7 +102,7 @@ $v = yes
# This allows us to work out how long reading
# Makefile.depend* takes.
.if ${.MAKEFLAGS:M-V} == ""
.info ${TIME_STAMP} Start ${.TARGETS}
.info ${.newline}${TIME_STAMP} Start ${.TARGETS}
now_utc = ${%s:L:gmtime}
start_utc := ${now_utc}
.endif