]> git.ipfire.org Git - thirdparty/openssl.git/commitdiff
VMS: Fix run of generic generator programs in descrip.mms.tmpl
authorRichard Levitte <levitte@openssl.org>
Fri, 21 May 2021 03:52:01 +0000 (05:52 +0200)
committerRichard Levitte <levitte@openssl.org>
Sat, 22 May 2021 11:48:31 +0000 (13:48 +0200)
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)

Configurations/descrip.mms.tmpl

index 85f90ad518ac2df4d65938170e417be0fefb61bb..4188e29020127fb980ca580e3ed7e7baaffc1e3e 100644 (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 {
           #