From: Richard Levitte Date: Tue, 28 Mar 2000 18:54:27 +0000 (+0000) Subject: Don't force the use of GNU make with Borland C++ Builder. Contributed by Joon Radley... X-Git-Tag: OpenSSL_0_9_5a~9 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=edbcba6c6bd4587e96fb4e4d07a6c24920897579;p=oweals%2Fopenssl.git Don't force the use of GNU make with Borland C++ Builder. Contributed by Joon Radley --- diff --git a/util/pl/BC-32.pl b/util/pl/BC-32.pl index df6e2c742e..7f57809a16 100644 --- a/util/pl/BC-32.pl +++ b/util/pl/BC-32.pl @@ -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 {