[openssl-commits] [openssl] master update
Richard Levitte
levitte at openssl.org
Sun Jan 24 08:45:51 UTC 2016
The branch master has been updated
via ae41f971495d7c11f1c7bbcd73dba94f82ea7b8d (commit)
from 98637bd30e06529e52b5f83bde32c8bd2d620e06 (commit)
- Log -----------------------------------------------------------------
commit ae41f971495d7c11f1c7bbcd73dba94f82ea7b8d
Author: Richard Levitte <levitte at openssl.org>
Date: Sat Jan 23 23:19:05 2016 +0100
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 at openssl.org>
-----------------------------------------------------------------------
Summary of changes:
Makefile.in | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/Makefile.in b/Makefile.in
index 47ce7c0..e93d4a4 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" || :; \
More information about the openssl-commits
mailing list