Avoid end-less loop when libcrypto.a is manually deleted, but 'make clean'
authorAndy Polyakov <appro@openssl.org>
Wed, 9 Nov 2005 20:41:21 +0000 (20:41 +0000)
committerAndy Polyakov <appro@openssl.org>
Wed, 9 Nov 2005 20:41:21 +0000 (20:41 +0000)
commit52b1fbbd99e847f6a7f87d72907f24180d13b555
tree7f24a68a95897fff54f01e2f4741869aea0d5fe3
parent65613f23bafeb26145b86b2649d0f554411bb052
Avoid end-less loop when libcrypto.a is manually deleted, but 'make clean'
was not executed. It doesn't excuse user from running 'make clean', it
simply avoids process table exhaustion.
PR: 1236
Submitted by: Michael Richardson
crypto/Makefile