summaryrefslogtreecommitdiffstats
path: root/util
diff options
context:
space:
mode:
authorDr. Stephen Henson <steve@openssl.org>2011-04-02 16:51:04 +0000
committerDr. Stephen Henson <steve@openssl.org>2011-04-02 16:51:04 +0000
commit3b5c1dc56564159871862e49d9c247ff82b42612 (patch)
tree586f113dc97608d473b64e291ca87aa82f3a4249 /util
parente512375186c13e5f991a47089ef107a01db6fd87 (diff)
Make WIN32 static builds work again.
Diffstat (limited to 'util')
-rw-r--r--util/pl/VC-32.pl1
1 files changed, 1 insertions, 0 deletions
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