VMS: Fix run of generic generator programs in descrip.mms.tmpl

For a generic program, always go through the MCR utility.

Reviewed-by: Paul Dale <pauli@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/15397)
This commit is contained in:
Richard Levitte 2021-05-21 05:52:01 +02:00
parent 1b77f00a9b
commit b4810b70ff
1 changed files with 1 additions and 1 deletions

View File

@ -984,7 +984,7 @@ EOF
$gen0 = platform->bin($gen0);
return <<"EOF";
$args{src} : $gen0 $deps
PIPE $gen0$gen_args > \$@
PIPE MCR $gen0$gen_args > \$@
EOF
} else {
#