aboutsummaryrefslogtreecommitdiffstats
path: root/util/pl
diff options
context:
space:
mode:
authorRichard Levitte <levitte@openssl.org>2000-03-28 18:54:27 +0000
committerRichard Levitte <levitte@openssl.org>2000-03-28 18:54:27 +0000
commitedbcba6c6bd4587e96fb4e4d07a6c24920897579 (patch)
tree0039aabb053472ba2c1d818cb713a67d4bb635a0 /util/pl
parent3bc90f23737dcf0346b9925a59bcaba60f2bb32f (diff)
downloadopenssl-edbcba6c6bd4587e96fb4e4d07a6c24920897579.tar.gz
Don't force the use of GNU make with Borland C++ Builder. Contributed by Joon Radley <jradley@vps.co.za>
Diffstat (limited to 'util/pl')
-rw-r--r--util/pl/BC-32.pl2
1 files changed, 1 insertions, 1 deletions
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
{