summaryrefslogtreecommitdiffstats
path: root/Makefile.org
diff options
context:
space:
mode:
authorAndy Polyakov <appro@openssl.org>2006-10-21 16:28:03 +0000
committerAndy Polyakov <appro@openssl.org>2006-10-21 16:28:03 +0000
commitd8cdd1567f36105f365714673166000f798c9709 (patch)
tree080572f97a721f3245a6ff5d3ca227d9978089e4 /Makefile.org
parentcbfb39d1be669aefe4c2dc3b3256f71fd0bd1266 (diff)
Make c_rehash more platform neutral and make it work in mixed environment,
such as MSYS with "native" Win32 perl.
Diffstat (limited to 'Makefile.org')
-rw-r--r--Makefile.org1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile.org b/Makefile.org
index 805ab6f1c1..a32ed33ff3 100644
--- a/Makefile.org
+++ b/Makefile.org
@@ -388,6 +388,7 @@ rehash: rehash.time
rehash.time: certs apps
@if [ -z "$(CROSS_COMPILE_PREFIX)" ]; then \
(OPENSSL="`pwd`/util/opensslwrap.sh"; \
+ [ -x "apps/openssl.exe" ] && OPENSSL="apps/openssl.exe"; \
OPENSSL_DEBUG_MEMORY=on; \
export OPENSSL OPENSSL_DEBUG_MEMORY; \
$(PERL) tools/c_rehash certs) && \