Just cosmetics: replace a tab with a normal space because

the tab always looked too estoeric to my eyes while building... ;)
This commit is contained in:
Ralf S. Engelschall 1999-03-10 20:09:29 +00:00
parent 7e37e72a3d
commit 47c389e7cc

View File

@ -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) ;\