Fix from stable branch.

This commit is contained in:
Dr. Stephen Henson
2006-01-15 17:31:08 +00:00
parent 90890074b0
commit 9e9bececa9
2 changed files with 4 additions and 4 deletions

View File

@@ -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
}
}