summaryrefslogtreecommitdiffstats
path: root/util/mk1mf.pl
diff options
context:
space:
mode:
authorDr. Stephen Henson <steve@openssl.org>2006-01-15 17:31:08 +0000
committerDr. Stephen Henson <steve@openssl.org>2006-01-15 17:31:08 +0000
commit9e9bececa9e9a89bf7b42a90c95b06eb3a2ee7a3 (patch)
tree17ca51c8ce8f62bd80627ec2f83d1a6852cc7bc2 /util/mk1mf.pl
parent90890074b0bf983bfd0f59b7571aa334faaef989 (diff)
Fix from stable branch.
Diffstat (limited to 'util/mk1mf.pl')
-rwxr-xr-xutil/mk1mf.pl4
1 files changed, 2 insertions, 2 deletions
diff --git a/util/mk1mf.pl b/util/mk1mf.pl
index 6b3f1a03a1..a0ec39e5f0 100755
--- a/util/mk1mf.pl
+++ b/util/mk1mf.pl
@@ -339,8 +339,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
}
}