Commit ae41f971 authored by Richard Levitte's avatar Richard Levitte
Browse files

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: default avatarRich Salz <rsalz@openssl.org>
parent 98637bd3
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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" || :; \