The rehash.time target should depend on build_tools as well
authorRichard Levitte <levitte@openssl.org>
Sat, 23 Jan 2016 22:19:05 +0000 (23:19 +0100)
committerRichard Levitte <levitte@openssl.org>
Sun, 24 Jan 2016 08:45:47 +0000 (09:45 +0100)
commitae41f971495d7c11f1c7bbcd73dba94f82ea7b8d
treeebd7cb71cca99520e0061aab21def7c6b5ee6bf8
parent98637bd30e06529e52b5f83bde32c8bd2d620e06
The rehash.time target should depend on build_tools as well

The explanation is that it falls back to using tools/c_rehash if
'apps/openssl rehash' isn't supported on the platform at hand.

Reviewed-by: Rich Salz <rsalz@openssl.org>
Makefile.in