From 8d558e03ec92b07350c13c809a71a17112589bfa Mon Sep 17 00:00:00 2001 From: "Andrey A. Chernov" Date: Tue, 26 Nov 1996 03:26:31 +0000 Subject: [PATCH] Use LC_TIME=C instead of LC_TIME= (POSIX) --- Makefile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Makefile b/Makefile index d73724cad9d3..a4f8f1e7d659 100644 --- a/Makefile +++ b/Makefile @@ -1,5 +1,5 @@ # -# $Id: Makefile,v 1.108 1996/10/25 14:22:50 bde Exp $ +# $Id: Makefile,v 1.109 1996/11/01 19:03:33 adam Exp $ # # Make command line options: # -DCLOBBER will remove /usr/include @@ -129,7 +129,7 @@ MK_FLAGS= -DNOMAN -DNOPROFILE # world: @echo "--------------------------------------------------------------" - @echo "make world started on `LC_TIME= date`" + @echo "make world started on `LC_TIME=C date`" @echo "--------------------------------------------------------------" .if target(pre-world) @echo "--------------------------------------------------------------" @@ -222,7 +222,7 @@ world: .endif @echo @echo "--------------------------------------------------------------" - @echo "make world completed on `LC_TIME= date`" + @echo "make world completed on `LC_TIME=C date`" @echo "--------------------------------------------------------------" #