Make WIN32 static builds work again.
authorDr. Stephen Henson <steve@openssl.org>
Sat, 2 Apr 2011 16:51:04 +0000 (16:51 +0000)
committerDr. Stephen Henson <steve@openssl.org>
Sat, 2 Apr 2011 16:51:04 +0000 (16:51 +0000)
util/pl/VC-32.pl

index 76f85c3819669eb75df8894e60974f20e92a0121..9c674d4eed862dd66b6885b31b4d3eb4396286dd 100644 (file)
@@ -306,6 +306,7 @@ sub do_lib_rule
        if (!$shlib)
                {
 #              $ret.="\t\$(RM) \$(O_$Name)\n";
+               $ret.="$target: $objs\n";
                $ret.="\t\$(MKLIB) $lfile$target @<<\n  $objs\n<<\n";
                }
        else