summaryrefslogtreecommitdiffstats
path: root/Makefile.org
diff options
context:
space:
mode:
authorMatt Caswell <matt@openssl.org>2015-09-07 10:08:38 +0100
committerMatt Caswell <matt@openssl.org>2015-09-07 10:08:38 +0100
commit26d57a1a9225db13324d6c699753437da4de910c (patch)
tree42715204f177ae4e664c0f4c00f69a56a0bcca65 /Makefile.org
parent62fdf4ee6c55d6d2212d868b02fcab51c6d4080a (diff)
Fix build break due to rehash command
The build was breaking due to a Makefile recipe expecting an openssl version to be on the PATH with support for the rehash command. Reviewed-by: Ben Laurie <ben@openssl.org>
Diffstat (limited to 'Makefile.org')
-rw-r--r--Makefile.org2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.org b/Makefile.org
index 30d292a434..2f8e472ccf 100644
--- a/Makefile.org
+++ b/Makefile.org
@@ -428,7 +428,7 @@ rehash.time: certs apps
[ -x "apps/openssl.exe" ] && OPENSSL="apps/openssl.exe" || :; \
OPENSSL_DEBUG_MEMORY=on; OPENSSL_CONF=/dev/null ; \
export OPENSSL OPENSSL_DEBUG_MEMORY OPENSSL_CONF; \
- openssl rehash certs/demo) && \
+ $$OPENSSL rehash certs/demo) && \
touch rehash.time; \
else :; fi