summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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