From 90b3a620f56da8d8ef9c4c76919d0dca51150685 Mon Sep 17 00:00:00 2001 From: Bernd Edlinger Date: Sun, 15 Apr 2018 15:51:07 +0200 Subject: [PATCH] Remove mandatory generated files on VMS too Reviewed-by: Richard Levitte (Merged from https://github.com/openssl/openssl/pull/5958) --- Configurations/descrip.mms.tmpl | 1 + 1 file changed, 1 insertion(+) 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;* -- 2.25.1