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:
parent
3bc90f2373
commit
edbcba6c6b
1 changed files with 1 additions and 1 deletions
|
@ -109,7 +109,7 @@ sub do_lib_rule
|
|||
{
|
||||
# $ret.="\t\$(RM) \$(O_$Name)\n";
|
||||
$ret.="\techo LIB $<\n";
|
||||
$ret.="\t\$(MKLIB) $lfile$target \$(addprefix +, $objs)\n";
|
||||
$ret.="\t&\$(MKLIB) $lfile$target -+\$**\n";
|
||||
}
|
||||
else
|
||||
{
|
||||
|
|
Loading…
Reference in a new issue