projects
/
oweals
/
openssl.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
64f1ae3
)
Make sure that date is run under the C locale, so dates are given in the
author
Richard Levitte
<levitte@openssl.org>
Thu, 2 May 2002 08:06:03 +0000
(08:06 +0000)
committer
Richard Levitte
<levitte@openssl.org>
Thu, 2 May 2002 08:06:03 +0000
(08:06 +0000)
default format.
PR: 16
crypto/Makefile.ssl
patch
|
blob
|
history
diff --git
a/crypto/Makefile.ssl
b/crypto/Makefile.ssl
index 9813f34a50b51ff43630a9ab32c79787e0a59562..30f929a182a89df36930206afa70918fa617d286 100644
(file)
--- a/
crypto/Makefile.ssl
+++ b/
crypto/Makefile.ssl
@@
-54,7
+54,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: