From: StudioEtrange Date: Wed, 20 May 2015 08:35:39 +0000 (-0400) Subject: GitHub284: Fix typo in xx-32.pl scripts. X-Git-Tag: OpenSSL_1_0_1n~59 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=5a1f055d91515058f50a8105f4b0d12cfa09d5fb;p=oweals%2Fopenssl.git GitHub284: Fix typo in xx-32.pl scripts. Signed-off-by: Rich Salz Reviewed-by: Richard Levitte --- diff --git a/util/pl/BC-32.pl b/util/pl/BC-32.pl index b41bb45e82..6d036644de 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 3705fc73b7..b597998515 100644 --- a/util/pl/VC-32.pl +++ b/util/pl/VC-32.pl @@ -341,7 +341,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) {