Updates for NumericString support
[openssl.git] / Makefile.org
index 3e326c0759b3fc19003a3a540e4a6b55e54806f9..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; \
-               $(PERL) tools/c_rehash certs/demo) && \
+               $$OPENSSL rehash certs/demo) && \
                touch rehash.time; \
        else :; fi