Make sure that date is run under the C locale, so dates are given in the
default format. PR: 16
This commit is contained in:
parent
253ef2187c
commit
294bd1e2f3
1 changed files with 1 additions and 1 deletions
|
@ -57,7 +57,7 @@ buildinf.h: ../Makefile.ssl
|
||||||
echo " /* auto-generated by crypto/Makefile.ssl for crypto/cversion.c */"; \
|
echo " /* auto-generated by crypto/Makefile.ssl for crypto/cversion.c */"; \
|
||||||
echo " #define CFLAGS \"$(CC) $(CFLAG)\""; \
|
echo " #define CFLAGS \"$(CC) $(CFLAG)\""; \
|
||||||
echo " #define PLATFORM \"$(PLATFORM)\""; \
|
echo " #define PLATFORM \"$(PLATFORM)\""; \
|
||||||
echo " #define DATE \"`date`\""; \
|
echo " #define DATE \"`LC_ALL=C LC_TIME=C date`\""; \
|
||||||
echo "#endif" ) >buildinf.h
|
echo "#endif" ) >buildinf.h
|
||||||
|
|
||||||
testapps:
|
testapps:
|
||||||
|
|
Loading…
Reference in a new issue