diff options
| author | Ruslan Ermilov <ru@FreeBSD.org> | 2001-03-02 16:52:14 +0000 |
|---|---|---|
| committer | Ruslan Ermilov <ru@FreeBSD.org> | 2001-03-02 16:52:14 +0000 |
| commit | afcf05e46aacbe58f9fd8338ab6ecf9b7d06d004 (patch) | |
| tree | 4d1655d724be575f060459c555ab30a5630ec3e9 /secure/lib/libcrypto | |
| parent | 7a6be913664526370f69f43e340b7ed33f20ea8f (diff) | |
Notes
Diffstat (limited to 'secure/lib/libcrypto')
| -rw-r--r-- | secure/lib/libcrypto/Makefile.inc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/secure/lib/libcrypto/Makefile.inc b/secure/lib/libcrypto/Makefile.inc index 5f927eefb9e0..5b25f4c236b5 100644 --- a/secure/lib/libcrypto/Makefile.inc +++ b/secure/lib/libcrypto/Makefile.inc @@ -45,7 +45,7 @@ buildinf.h: 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 \"`LC_TIME=C date`\""; \ + echo " #define DATE \"`LC_ALL=C date`\""; \ echo "#endif" ) > ${.TARGET} # XXX: The openssl/ dependencies are not correct, in that a change in |
