From f19d20b60fcdfde802f96afa3796f20d0da25eab Mon Sep 17 00:00:00 2001 From: Richard Levitte Date: Sun, 25 Nov 2018 00:56:54 +0100 Subject: [PATCH] VMS build: don't forget the generation marker when removing files Reviewed-by: Paul Dale (Merged from https://github.com/openssl/openssl/pull/7703) --- Configurations/descrip.mms.tmpl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Configurations/descrip.mms.tmpl b/Configurations/descrip.mms.tmpl index e641ae105d..c6a31c8dd7 100644 --- a/Configurations/descrip.mms.tmpl +++ b/Configurations/descrip.mms.tmpl @@ -823,7 +823,7 @@ $target : $args{generator}->[0] $deps \@ DELETE/SYMBOL/LOCAL extradefines \@ $incs_off RENAME \$\@-i \$\@ - DELETE \$\@-S + DELETE \$\@-S; EOF } # Otherwise.... -- 2.25.1