From 156c4d6290fddb2379c13870e19a1a8ef0b0f095 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) (cherry picked from commit f19d20b60fcdfde802f96afa3796f20d0da25eab) --- 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 dfea89de64..9eefef8199 100644 --- a/Configurations/descrip.mms.tmpl +++ b/Configurations/descrip.mms.tmpl @@ -798,7 +798,7 @@ $target : $args{generator}->[0] $deps \$(PERL) -ne "/^#(\\s*line)?\\s*[0-9]+\\s+""/ or print" > \$\@-i \@ $incs_off RENAME \$\@-i \$\@ - DELETE \$\@-S + DELETE \$\@-S; EOF } # Otherwise.... -- 2.25.1