Commit 243a98d4 authored by Richard Levitte's avatar Richard Levitte
Browse files

Clear the exit code from 'find' in 'make depend'



Depending on what has been built so far, all .d files may not be
present and 'find' will exit with non-zero exit code.  This isn't a
bother for us but may break make, so clear the exit code with an added
'exit 0'.

Closes RT#4444

Reviewed-by: default avatarRich Salz <rsalz@openssl.org>
parent ac89799c
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment