From: Richard Levitte Date: Thu, 2 May 2002 08:05:46 +0000 (+0000) Subject: Make sure that date is run under the C locale, so dates are given in the X-Git-Tag: BEFORE_COMPAQ_PATCH~38 X-Git-Url: https://git.openssl.org/?p=openssl.git;a=commitdiff_plain;h=294bd1e2f3e9ed6373f45dfa3b7b91bd5420f257;ds=sidebyside Make sure that date is run under the C locale, so dates are given in the default format. PR: 16 --- diff --git a/crypto/Makefile.ssl b/crypto/Makefile.ssl index 15bf58c529..2ef333ef8b 100644 --- a/crypto/Makefile.ssl +++ b/crypto/Makefile.ssl @@ -57,7 +57,7 @@ buildinf.h: ../Makefile.ssl echo " /* auto-generated by crypto/Makefile.ssl for crypto/cversion.c */"; \ echo " #define CFLAGS \"$(CC) $(CFLAG)\""; \ echo " #define PLATFORM \"$(PLATFORM)\""; \ - echo " #define DATE \"`date`\""; \ + echo " #define DATE \"`LC_ALL=C LC_TIME=C date`\""; \ echo "#endif" ) >buildinf.h testapps: