summaryrefslogtreecommitdiffstats
path: root/util
diff options
context:
space:
mode:
authorDr. Stephen Henson <steve@openssl.org>2006-01-15 17:28:35 +0000
committerDr. Stephen Henson <steve@openssl.org>2006-01-15 17:28:35 +0000
commit41c39e33667024efa19a19b0188da5f57045df43 (patch)
treed8ce44f79fd15843a5b629d6bec471f9ff146abe /util
parent45803988ce19ce0e7633d049a38e828828b027a7 (diff)
Fix for Win32 dynamic engine loading.
Diffstat (limited to 'util')
-rwxr-xr-xutil/mk1mf.pl4
1 files changed, 2 insertions, 2 deletions
diff --git a/util/mk1mf.pl b/util/mk1mf.pl
index ba26f28fc6..10eb19c671 100755
--- a/util/mk1mf.pl
+++ b/util/mk1mf.pl
@@ -338,8 +338,8 @@ EOF
if ($no_static_engine)
{
$extra_install .= <<"EOF"
- \$(MKDIR) \$(INSTALLTOP)${o}engines
- \$(CP) \$(E_SHLIB) \$(INSTALLTOP)${o}engines
+ \$(MKDIR) \$(INSTALLTOP)${o}lib${o}engines
+ \$(CP) \$(E_SHLIB) \$(INSTALLTOP)${o}lib${o}engines
EOF
}
}