GitHub284: Fix typo in xx-32.pl scripts.

Reviewed-by: Richard Levitte <levitte@openssl.org>
Signed-off-by: Rich Salz <rsalz@openssl.org>
This commit is contained in:
StudioEtrange 2015-05-20 04:33:57 -04:00 committed by Rich Salz
parent cdcb94eea7
commit 17b753f23a
2 changed files with 2 additions and 2 deletions

View File

@ -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);

View File

@ -357,7 +357,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)
{