From: Dr. Stephen Henson Date: Sat, 2 Apr 2011 16:51:04 +0000 (+0000) Subject: Make WIN32 static builds work again. X-Git-Tag: OpenSSL-fips-2_0-rc1~608 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=3b5c1dc56564159871862e49d9c247ff82b42612;p=openssl Make WIN32 static builds work again. --- diff --git a/util/pl/VC-32.pl b/util/pl/VC-32.pl index 76f85c3819..9c674d4eed 100644 --- a/util/pl/VC-32.pl +++ b/util/pl/VC-32.pl @@ -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