Cosmetique: don't use localized date

This commit is contained in:
Andrey A. Chernov 2000-12-01 01:58:48 +00:00
parent 6936206ebd
commit fea0a15961
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=69430

View File

@ -38,6 +38,6 @@ CFLAGS+= -I${.CURDIR} -I${.CURDIR}/${MACHINE_ARCH} -I${.CURDIR}/../common -DFICL
softcore.c: ${SOFTWORDS} softcore.awk softcore.c: ${SOFTWORDS} softcore.awk
(cd ${.CURDIR}/softwords; cat ${SOFTWORDS} \ (cd ${.CURDIR}/softwords; cat ${SOFTWORDS} \
| awk -f softcore.awk -v datestamp="`date`") > ${.TARGET} | awk -f softcore.awk -v datestamp="`LC_TIME=C date`") > ${.TARGET}