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}