Don't force the use of GNU make with Borland C++ Builder. Contributed by Joon Radley...
authorRichard Levitte <levitte@openssl.org>
Tue, 28 Mar 2000 18:54:27 +0000 (18:54 +0000)
committerRichard Levitte <levitte@openssl.org>
Tue, 28 Mar 2000 18:54:27 +0000 (18:54 +0000)
util/pl/BC-32.pl

index df6e2c742e437f4ed08b83f4356d44bb824f282f..7f57809a165fa6a394a5a44de9a200371fb15785 100644 (file)
@@ -109,7 +109,7 @@ sub do_lib_rule
                {
                #               $ret.="\t\$(RM) \$(O_$Name)\n";
                $ret.="\techo LIB $<\n";    
                {
                #               $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
                {
                }
        else
                {