Clear the exit code from 'find' in 'make depend'
authorRichard Levitte <levitte@openssl.org>
Sat, 19 Mar 2016 10:15:00 +0000 (11:15 +0100)
committerRichard Levitte <levitte@openssl.org>
Sat, 19 Mar 2016 10:17:42 +0000 (11:17 +0100)
commit243a98d4a03a411dfe6db727dbf90adbfa2e7474
tree68ab14c74616154d7234167bd9906bee9db606f4
parentac89799c3e78e9af1031226eb2fd389a70ce3c1b
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: Rich Salz <rsalz@openssl.org>
Configurations/unix-Makefile.tmpl