aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorAndrey A. Chernov <ache@FreeBSD.org>1996-11-26 03:26:31 +0000
committerAndrey A. Chernov <ache@FreeBSD.org>1996-11-26 03:26:31 +0000
commit8d558e03ec92b07350c13c809a71a17112589bfa (patch)
treeca1f737e989163a7a8b089d1bcc3b908331d1505 /Makefile
parent1a1379aedf4ca69bfbda53292d8de77e6e3ae614 (diff)
downloadsrc-8d558e03ec92b07350c13c809a71a17112589bfa.tar.gz
src-8d558e03ec92b07350c13c809a71a17112589bfa.zip
Use LC_TIME=C instead of LC_TIME= (POSIX)
Notes
Notes: svn path=/head/; revision=19966
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile6
1 files 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 "--------------------------------------------------------------"
#