mirror of
https://github.com/openssl/openssl.git
synced 2025-02-17 14:32:04 +08:00
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
@ -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 New Issue
Block a user