aboutsummaryrefslogtreecommitdiffstats
path: root/crypto/Makefile.ssl
diff options
context:
space:
mode:
authorBodo Möller <bodo@openssl.org>1999-07-22 16:22:11 +0000
committerBodo Möller <bodo@openssl.org>1999-07-22 16:22:11 +0000
commitcad4e62b24fe06fbaf28f36515567fa4df86f306 (patch)
tree48457ec1e6694572c902aa94445e7e8f34e9fa81 /crypto/Makefile.ssl
parent49b8142262247dcf6e0308e26cdb2d7f1bbafcb8 (diff)
downloadopenssl-cad4e62b24fe06fbaf28f36515567fa4df86f306.tar.gz
date.h no longer to be deleted by "make clean"
Diffstat (limited to 'crypto/Makefile.ssl')
-rw-r--r--crypto/Makefile.ssl2
1 files changed, 1 insertions, 1 deletions
diff --git a/crypto/Makefile.ssl b/crypto/Makefile.ssl
index e8940de9a1..d5e48d5c41 100644
--- a/crypto/Makefile.ssl
+++ b/crypto/Makefile.ssl
@@ -129,7 +129,7 @@ depend:
done;
clean:
- rm -f buildinf.h date.h *.o */*.o *.obj lib tags core .pure .nfs* *.old *.bak fluff
+ rm -f buildinf.h *.o */*.o *.obj lib tags core .pure .nfs* *.old *.bak fluff
@for i in $(SDIRS) ;\
do \
(cd $$i; echo "making clean in crypto/$$i..."; \