Reviewed-by: Viktor Dukhovni <viktor@openssl.org>
return <<"EOF";
$script : $sources
\$(PERL) "-I\$(BUILDDIR)" "-Mconfigdata" $dofile -
- "-o{- $config{build_file} -}" $sources > $script
+ "-o$target{build_file}" $sources > $script
SET FILE/PROT=(S:RWED,O:RWED,G:RE,W:RE) $script
PURGE $script
EOF
return <<"EOF";
$script : $sources
\$(PERL) "-I\$(BLDDIR)" -Mconfigdata "$dofile" \\
- "-o{- $config{build_file} -}" $sources > "$script"
+ "-o$target{build_file}" $sources > "$script"
chmod a+x $script
EOF
}