diff --git a/crypto/Makefile.ssl b/crypto/Makefile.ssl index 7251d5115..61efbd80e 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) ;\