From: Ralf S. Engelschall Date: Wed, 10 Mar 1999 20:09:29 +0000 (+0000) Subject: Just cosmetics: replace a tab with a normal space because X-Git-Tag: OpenSSL_0_9_2b~31 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=47c389e7ccca966c903b6ce1b036efb7ad1f81bd;p=oweals%2Fopenssl.git Just cosmetics: replace a tab with a normal space because the tab always looked too estoeric to my eyes while building... ;) --- diff --git a/crypto/Makefile.ssl b/crypto/Makefile.ssl index 7251d5115c..61efbd80ef 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) ;\