From fea0a1596100e418378a26f22193f207876118e6 Mon Sep 17 00:00:00 2001 From: "Andrey A. Chernov" Date: Fri, 1 Dec 2000 01:58:48 +0000 Subject: [PATCH] Cosmetique: don't use localized `date` --- sys/boot/ficl/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sys/boot/ficl/Makefile b/sys/boot/ficl/Makefile index 95d03f3f9100..9053b83f60fd 100644 --- a/sys/boot/ficl/Makefile +++ b/sys/boot/ficl/Makefile @@ -38,6 +38,6 @@ CFLAGS+= -I${.CURDIR} -I${.CURDIR}/${MACHINE_ARCH} -I${.CURDIR}/../common -DFICL softcore.c: ${SOFTWORDS} softcore.awk (cd ${.CURDIR}/softwords; cat ${SOFTWORDS} \ - | awk -f softcore.awk -v datestamp="`date`") > ${.TARGET} + | awk -f softcore.awk -v datestamp="`LC_TIME=C date`") > ${.TARGET}