diff options
author | StudioEtrange <StudioEtrange@github.com> | 2015-05-20 04:33:57 -0400 |
---|---|---|
committer | Rich Salz <rsalz@openssl.org> | 2015-05-20 04:34:42 -0400 |
commit | 17b753f23a0b97f9a1db6c4d03e6cdff5a54f8f6 (patch) | |
tree | 92273a8d06fd570ad6a5862f55cda5842e373751 /util | |
parent | cdcb94eea7533da2d67e0fc8d393829a2498f1ad (diff) |
GitHub284: Fix typo in xx-32.pl scripts.
Reviewed-by: Richard Levitte <levitte@openssl.org>
Signed-off-by: Rich Salz <rsalz@openssl.org>
Diffstat (limited to 'util')
-rw-r--r-- | util/pl/BC-32.pl | 2 | ||||
-rw-r--r-- | util/pl/VC-32.pl | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/util/pl/BC-32.pl b/util/pl/BC-32.pl index ed28e65e66..f7161d7bfe 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 852eb30d0a..da05e9dff8 100644 --- a/util/pl/VC-32.pl +++ b/util/pl/VC-32.pl @@ -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) { |