X-Git-Url: https://git.openssl.org/gitweb/?p=openssl.git;a=blobdiff_plain;f=util%2Fmk1mf.pl;h=2b383e2339937a6dd207d5e9e4e6882f07ceb6a4;hp=ab806d1d23b6f870125b6a0c8808817f08c89b03;hb=0ebc965b9ca4352e407bb7cfa65ac235942117f6;hpb=afdf3669218cfcfbcb83b070d35dfa71ea73f819 diff --git a/util/mk1mf.pl b/util/mk1mf.pl index ab806d1d23..2b383e2339 100755 --- a/util/mk1mf.pl +++ b/util/mk1mf.pl @@ -1269,15 +1269,15 @@ sub perlasm_compile_target my($ret); $bname =~ s/(.*)\.[^\.]$/$1/; - $ret ="\$(TMP_D)$o$bname.asm: $source\n"; + $ret ="\$(TMP_D)$o$bname$asm_suffix: $source\n"; $ret.="\t\$(PERL) $source $asmtype \$(CFLAG) >\$\@\n"; if ($fipscanisteronly) { - $ret .= "\t\$(PERL) util\\fipsas.pl . \$@ norunasm \$(CFLAG)\n"; + $ret .= "\t\$(PERL) util$o.pl . \$@ norunasm \$(CFLAG)\n"; } $ret .= "\n"; - $ret.="$target: \$(TMP_D)$o$bname.asm\n"; - $ret.="\t\$(ASM) $afile\$\@ \$(TMP_D)$o$bname.asm\n\n"; + $ret.="$target: \$(TMP_D)$o$bname$asm_suffix\n"; + $ret.="\t\$(ASM) $afile\$\@ \$(TMP_D)$o$bname$asm_suffix\n\n"; return($ret); }