From: StudioEtrange Date: Wed, 20 May 2015 08:36:44 +0000 (-0400) Subject: GitHub284: Fix typo in xx-32.pl scripts. X-Git-Tag: OpenSSL_1_0_0s~25 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=ea04412c1338e3730064c902db180ca534d450b2;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 5f25fc41bf..92bee11aa9 100644 --- a/util/pl/VC-32.pl +++ b/util/pl/VC-32.pl @@ -300,7 +300,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) $efile$target @<<\n"; $ret.=" \$(APP_EX_OBJ) $files $libs\n<<\n";