Commit edbcba6c authored by Richard Levitte's avatar Richard Levitte
Browse files

Don't force the use of GNU make with Borland C++ Builder. Contributed by Joon...

Don't force the use of GNU make with Borland C++ Builder.  Contributed by Joon Radley <jradley@vps.co.za>
parent 3bc90f23
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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
		{