From 47c389e7ccca966c903b6ce1b036efb7ad1f81bd Mon Sep 17 00:00:00 2001 From: "Ralf S. Engelschall" Date: Wed, 10 Mar 1999 20:09:29 +0000 Subject: [PATCH] Just cosmetics: replace a tab with a normal space because the tab always looked too estoeric to my eyes while building... ;) --- crypto/Makefile.ssl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) ;\ -- 2.34.1