aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Makefile3
1 files changed, 1 insertions, 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