Ignore zero length constructed segments.
[openssl.git] / util / mk1mf.pl
index 6b3f1a03a19a8c3de298451083ec89424eb9e833..a0ec39e5f06a35b29cd16822425f9cfc9bce20de 100755 (executable)
@@ -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
                }
        }