summaryrefslogtreecommitdiff
path: root/sys/boot/ficl
diff options
context:
space:
mode:
authorAndrey A. Chernov <ache@FreeBSD.org>2000-12-01 01:58:48 +0000
committerAndrey A. Chernov <ache@FreeBSD.org>2000-12-01 01:58:48 +0000
commitfea0a1596100e418378a26f22193f207876118e6 (patch)
treed2c382e311415345184d4393dc16bcfc208660c5 /sys/boot/ficl
parent6936206ebd46f0ad0d391b2dda3d1da84036aca4 (diff)
Notes
Diffstat (limited to 'sys/boot/ficl')
-rw-r--r--sys/boot/ficl/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/boot/ficl/Makefile b/sys/boot/ficl/Makefile
index 95d03f3f9100d..9053b83f60fd2 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}