提交 b4810b70 编写于 作者: R Richard Levitte

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

For a generic program, always go through the MCR utility.
Reviewed-by: NPaul Dale <pauli@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/15397)
上级 1b77f00a
......@@ -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 {
#
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册