diff options
| author | Andrey A. Chernov <ache@FreeBSD.org> | 1996-11-26 03:26:31 +0000 |
|---|---|---|
| committer | Andrey A. Chernov <ache@FreeBSD.org> | 1996-11-26 03:26:31 +0000 |
| commit | 8d558e03ec92b07350c13c809a71a17112589bfa (patch) | |
| tree | ca1f737e989163a7a8b089d1bcc3b908331d1505 /Makefile | |
| parent | 1a1379aedf4ca69bfbda53292d8de77e6e3ae614 (diff) | |
Notes
Diffstat (limited to 'Makefile')
| -rw-r--r-- | Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -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 "--------------------------------------------------------------" # |
