From 3cbf71ae4a028c88289df1294110ea0d4cdf3235 Mon Sep 17 00:00:00 2001 From: "Jordan K. Hubbard" Date: Tue, 7 Nov 2000 08:47:11 +0000 Subject: [PATCH] While we're still arguing over debugging output, at least be in a self-consistent state. Requested by: bde --- Makefile | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/Makefile b/Makefile index abb21e4d673d..898eb0ac2d72 100644 --- a/Makefile +++ b/Makefile @@ -102,7 +102,6 @@ ${TGTS}: upgrade_checks # Set a reasonable default .MAIN: all -STARTTIME!= LC_TIME=C date # # world # @@ -111,7 +110,7 @@ STARTTIME!= LC_TIME=C date # world: upgrade_checks @echo "--------------------------------------------------------------" - @echo ">>> ${OBJFORMAT} make world started on ${STARTTIME}" + @echo ">>> ${OBJFORMAT} make world started on `LC_TIME=C date`" @echo "--------------------------------------------------------------" .if target(pre-world) @echo