Make sure that date is run under the C locale, so dates are given in the
authorRichard Levitte <levitte@openssl.org>
Thu, 2 May 2002 08:06:03 +0000 (08:06 +0000)
committerRichard Levitte <levitte@openssl.org>
Thu, 2 May 2002 08:06:03 +0000 (08:06 +0000)
default format.
PR: 16

crypto/Makefile.ssl

index 9813f34a50b51ff43630a9ab32c79787e0a59562..30f929a182a89df36930206afa70918fa617d286 100644 (file)
@@ -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: