mirror of
https://github.com/openssl/openssl.git
synced 2025-01-18 13:44:20 +08:00
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:
parent
1b77f00a9b
commit
b4810b70ff
@ -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 {
|
||||
#
|
||||
|
Loading…
Reference in New Issue
Block a user