Better 'make depend' mechanism
authorRichard Levitte <levitte@openssl.org>
Fri, 18 Mar 2016 19:52:29 +0000 (20:52 +0100)
committerRichard Levitte <levitte@openssl.org>
Fri, 18 Mar 2016 19:55:10 +0000 (20:55 +0100)
commita6adf099cbd7c3bc5c7051ad3d334636ef5e7f90
treeaaa9cda49cb83b1e4f4582c86e92c5f7b47e414a
parentb4ae8861214b5d73cbbd0e33e8a8be37f6a4c009
Better 'make depend' mechanism

Instead of relying on the '-nt' test operator, which doesn't exist
everywhere, use find's '-newer' to find out if any of the known .d
files is newer than Makefile.

Closes RT#4444

Reviewed-by: Andy Polyakov <appro@openssl.org>
Configurations/unix-Makefile.tmpl