X-Git-Url: https://git.openssl.org/gitweb/?p=openssl.git;a=blobdiff_plain;f=util%2Fmk1mf.pl;h=cf29bf804d00b2f17fe42a29010e593557657b0b;hp=d4cc3d96552c95a7e31f65d753f21bb600b92ce7;hb=f63e4be392dfc4d5073653a5688d7240b9eaffb9;hpb=ca55d11f848431e6ea93ffae466a4ceaca548a95 diff --git a/util/mk1mf.pl b/util/mk1mf.pl index d4cc3d9655..cf29bf804d 100755 --- a/util/mk1mf.pl +++ b/util/mk1mf.pl @@ -871,6 +871,7 @@ sub do_compile_rule $ret.=&cc_compile_target("$to${o}$n$obj","${_}.c",$ex) } elsif (-f ($s="${d}${o}asm${o}${n}.pl") or + ($s=~s/sha256/sha512/ and -f $s) or -f ($s="${d}${o}${n}.pl")) { $ret.=&perlasm_compile_target("$to${o}$n$obj",$s,$n);