Commit 3d24c182 authored by Richard Levitte's avatar Richard Levitte
Browse files

Make sure that date is run under the C locale, so dates are given in the

default format.
PR: 16
parent 64f1ae38
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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: