projects
/
oweals
/
openssl.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
3bc90f2
)
Don't force the use of GNU make with Borland C++ Builder. Contributed by Joon Radley...
author
Richard Levitte
<levitte@openssl.org>
Tue, 28 Mar 2000 18:54:27 +0000
(18:54 +0000)
committer
Richard Levitte
<levitte@openssl.org>
Tue, 28 Mar 2000 18:54:27 +0000
(18:54 +0000)
util/pl/BC-32.pl
patch
|
blob
|
history
diff --git
a/util/pl/BC-32.pl
b/util/pl/BC-32.pl
index df6e2c742e437f4ed08b83f4356d44bb824f282f..7f57809a165fa6a394a5a44de9a200371fb15785 100644
(file)
--- 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
{