From: StudioEtrange Date: Wed, 20 May 2015 06:17:14 +0000 (-0400) Subject: GitHub284: Fix typo in xx-32.pl scripts. X-Git-Tag: OpenSSL_1_1_0-pre1~1118 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=3a114e616424825689482398cc7f9eb8d146f591;p=oweals%2Fopenssl.git GitHub284: Fix typo in xx-32.pl scripts. Reviewed-by: Richard Levitte --- diff --git a/util/pl/BC-32.pl b/util/pl/BC-32.pl index b659227f97..fd5c4b63af 100644 --- a/util/pl/BC-32.pl +++ b/util/pl/BC-32.pl @@ -130,7 +130,7 @@ sub do_link_rule local($ret,$_); $file =~ s/\//$o/g if $o ne '/'; - $n=&bname($targer); + $n=&bname($target); $ret.="$target: $files $dep_libs\n"; $ret.="\t\$(LINK) \$(LFLAGS) $files \$(APP_EX_OBJ), $target,, $libs\n\n"; return($ret); diff --git a/util/pl/VC-32.pl b/util/pl/VC-32.pl index d04b98a47c..bf6aebf6c3 100644 --- a/util/pl/VC-32.pl +++ b/util/pl/VC-32.pl @@ -365,7 +365,7 @@ sub do_link_rule my($target,$files,$dep_libs,$libs,$standalone)=@_; local($ret,$_); $file =~ s/\//$o/g if $o ne '/'; - $n=&bname($targer); + $n=&bname($target); $ret.="$target: $files $dep_libs\n"; if ($standalone == 1) { @@ -401,7 +401,7 @@ sub do_rlink_rule my $files = "$rl_start $rl_mid $rl_end"; $file =~ s/\//$o/g if $o ne '/'; - $n=&bname($targer); + $n=&bname($target); $ret.="$target: $files $dep_libs \$(FIPS_SHA1_EXE)\n"; $ret.="\t\$(PERL) ms\\segrenam.pl \$\$a $rl_start\n"; $ret.="\t\$(PERL) ms\\segrenam.pl \$\$b $rl_mid\n";