Use the C locale for running date(1).

Submitted by:	ache
This commit is contained in:
Kris Kennaway 2000-04-20 07:26:46 +00:00
parent 491a30c968
commit 0ae5a27cf8
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=59426

View File

@ -26,7 +26,7 @@ buildinf.h: openssl/opensslconf.h openssl/headers-copied
echo " /* auto-generated by crypto/Makefile.ssl for crypto/cversion.c */"; \
echo " #define CFLAGS \"$(CC)\""; \
echo " #define PLATFORM \"`uname -s`-`uname -m`\""; \
echo " #define DATE \"`date`\""; \
echo " #define DATE \"`LC_TIME=C date`\""; \
echo "#endif" ) > ${.TARGET}
openssl/opensslconf.h: ../libcrypto/opensslconf-${MACHINE_ARCH}.h