Fix build break due to rehash command
authorMatt Caswell <matt@openssl.org>
Mon, 7 Sep 2015 09:08:38 +0000 (10:08 +0100)
committerMatt Caswell <matt@openssl.org>
Mon, 7 Sep 2015 09:08:38 +0000 (10:08 +0100)
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>
Makefile.org

index 30d292a4345ef8172ea2f4089069581301114349..2f8e472ccf96133bec4543ffd57010b8001faf98 100644 (file)
@@ -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