summaryrefslogtreecommitdiffstats
path: root/Makefile.in
diff options
context:
space:
mode:
authorRichard Levitte <levitte@openssl.org>2016-01-23 23:19:05 +0100
committerRichard Levitte <levitte@openssl.org>2016-01-24 09:45:47 +0100
commitae41f971495d7c11f1c7bbcd73dba94f82ea7b8d (patch)
treeebd7cb71cca99520e0061aab21def7c6b5ee6bf8 /Makefile.in
parent98637bd30e06529e52b5f83bde32c8bd2d620e06 (diff)
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>
Diffstat (limited to 'Makefile.in')
-rw-r--r--Makefile.in2
1 files changed, 1 insertions, 1 deletions
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" || :; \