projects
/
oweals
/
openssl.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
7e37e72
)
Just cosmetics: replace a tab with a normal space because
author
Ralf S. Engelschall
<rse@openssl.org>
Wed, 10 Mar 1999 20:09:29 +0000
(20:09 +0000)
committer
Ralf S. Engelschall
<rse@openssl.org>
Wed, 10 Mar 1999 20:09:29 +0000
(20:09 +0000)
the tab always looked too estoeric to my eyes while building... ;)
crypto/Makefile.ssl
patch
|
blob
|
history
diff --git
a/crypto/Makefile.ssl
b/crypto/Makefile.ssl
index 7251d5115c3116c7ec93dd83700da2e4b4fc574c..61efbd80ef5f05252a68012971a6262f90efea85 100644
(file)
--- 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) ;\