From: Richard Levitte Date: Sat, 24 Nov 2018 23:56:54 +0000 (+0100) Subject: VMS build: don't forget the generation marker when removing files X-Git-Tag: OpenSSL_1_1_1b~160 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=156c4d6290fddb2379c13870e19a1a8ef0b0f095;p=oweals%2Fopenssl.git 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) --- 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....