From: Bernd Edlinger Date: Sun, 15 Apr 2018 13:51:07 +0000 (+0200) Subject: Remove mandatory generated files on VMS too X-Git-Tag: OpenSSL_1_1_1-pre5~4 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=90b3a620f56da8d8ef9c4c76919d0dca51150685;p=oweals%2Fopenssl.git Remove mandatory generated files on VMS too Reviewed-by: Richard Levitte (Merged from https://github.com/openssl/openssl/pull/5958) --- diff --git a/Configurations/descrip.mms.tmpl b/Configurations/descrip.mms.tmpl index bbd9b0e0f6..70e566ef12 100644 --- a/Configurations/descrip.mms.tmpl +++ b/Configurations/descrip.mms.tmpl @@ -491,6 +491,7 @@ clean : libclean {- join("\n\t", map { "- DELETE $_.EXE;*,$_.OPT;*" } @{$unified_info{programs}}) || "@ !" -} {- join("\n\t", map { "- DELETE $_.EXE;*,$_.OPT;*" } @{$unified_info{engines}}) || "@ !" -} {- join("\n\t", map { "- DELETE $_;*" } @{$unified_info{scripts}}) || "@ !" -} + {- join("\n\t", map { "- DELETE $_;*" } @{$unified_info{depends}->{""}}) || "@ !" -} {- join("\n\t", map { "- DELETE $_;*" } @generated) || "@ !" -} - DELETE [...]*.MAP;* - DELETE [...]*.D;*