GitHub284: Fix typo in xx-32.pl scripts.
authorStudioEtrange <StudioEtrange@github.com>
Wed, 20 May 2015 08:35:39 +0000 (04:35 -0400)
committerRich Salz <rsalz@openssl.org>
Wed, 20 May 2015 08:35:39 +0000 (04:35 -0400)
Signed-off-by: Rich Salz <rsalz@openssl.org>
Reviewed-by: Richard Levitte <levitte@openssl.org>
util/pl/BC-32.pl
util/pl/VC-32.pl

index b41bb45e8204d4bd559fef39704510e3d7e48977..6d036644de74fbc751524efcc7dbaa1ff92081b5 100644 (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);
index 3705fc73b70ce732029922ecdc8c1557c22ce01c..b5979985152726aa6ca584764262756054bf007d 100644 (file)
@@ -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)
                {