diff --git a/crypto/Makefile.ssl b/crypto/Makefile.ssl index 7251d5115c3116c7ec93dd83700da2e4b4fc574c..61efbd80ef5f05252a68012971a6262f90efea85 100644 --- a/crypto/Makefile.ssl +++ b/crypto/Makefile.ssl @@ -50,7 +50,7 @@ top: all: date.h lib subdirs date.h: ../Makefile.ssl - echo "#define DATE \"`date`\"" >date.h + echo "#define DATE \"`date`\"" >date.h subdirs: @for i in $(SDIRS) ;\