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-3.0.0-alpha1~2864 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=f19d20b60fcdfde802f96afa3796f20d0da25eab;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) --- 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....