From edbcba6c6bd4587e96fb4e4d07a6c24920897579 Mon Sep 17 00:00:00 2001 From: Richard Levitte Date: Tue, 28 Mar 2000 18:54:27 +0000 Subject: [PATCH] Don't force the use of GNU make with Borland C++ Builder. Contributed by Joon Radley --- util/pl/BC-32.pl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/util/pl/BC-32.pl b/util/pl/BC-32.pl index df6e2c742..7f57809a1 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 {