Don't force the use of GNU make with Borland C++ Builder. Contributed by Joon Radley <jradley@vps.co.za>

This commit is contained in:
Richard Levitte 2000-03-28 18:54:27 +00:00
parent 3bc90f2373
commit edbcba6c6b

View file

@ -109,7 +109,7 @@ sub do_lib_rule
{ {
# $ret.="\t\$(RM) \$(O_$Name)\n"; # $ret.="\t\$(RM) \$(O_$Name)\n";
$ret.="\techo LIB $<\n"; $ret.="\techo LIB $<\n";
$ret.="\t\$(MKLIB) $lfile$target \$(addprefix +, $objs)\n"; $ret.="\t&\$(MKLIB) $lfile$target -+\$**\n";
} }
else else
{ {