aboutsummaryrefslogtreecommitdiff
path: root/Makefile.org
diff options
context:
space:
mode:
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 3e326c0..30d292a 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; \
- $(PERL) tools/c_rehash certs/demo) && \
+ openssl rehash certs/demo) && \
touch rehash.time; \
else :; fi