From ae41f971495d7c11f1c7bbcd73dba94f82ea7b8d Mon Sep 17 00:00:00 2001 From: Richard Levitte Date: Sat, 23 Jan 2016 23:19:05 +0100 Subject: [PATCH] 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 --- Makefile.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile.in b/Makefile.in index 47ce7c0b8b..e93d4a4f54 100644 --- a/Makefile.in +++ b/Makefile.in @@ -423,7 +423,7 @@ gentests: $(CLEARENV) && $(MAKE) -e $(BUILDENV) TESTS='$(TESTS)' OPENSSL_DEBUG_MEMORY=on generate ); rehash: rehash.time -rehash.time: certs build_apps +rehash.time: certs build_apps build_tools @if [ -z "$(CROSS_COMPILE)" ]; then \ (OPENSSL="`pwd`/util/opensslwrap.sh"; \ [ -x "apps/openssl.exe" ] && OPENSSL="apps/openssl.exe" || :; \ -- 2.34.1