summaryrefslogtreecommitdiffstats
path: root/crypto/Makefile.ssl
diff options
context:
space:
mode:
authorRichard Levitte <levitte@openssl.org>2002-05-02 08:05:46 +0000
committerRichard Levitte <levitte@openssl.org>2002-05-02 08:05:46 +0000
commit294bd1e2f3e9ed6373f45dfa3b7b91bd5420f257 (patch)
tree7b78df63b3e54aa4bc09a5242f26f3819a970c0e /crypto/Makefile.ssl
parent253ef2187cb5c70ac873fc37c370421a0b1998be (diff)
Make sure that date is run under the C locale, so dates are given in the
default format. PR: 16
Diffstat (limited to 'crypto/Makefile.ssl')
-rw-r--r--crypto/Makefile.ssl2
1 files changed, 1 insertions, 1 deletions
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: