VMS build: don't forget the generation marker when removing files

Reviewed-by: Paul Dale <paul.dale@oracle.com>
(Merged from https://github.com/openssl/openssl/pull/7703)

(cherry picked from commit f19d20b60f)
This commit is contained in:
Richard Levitte 2018-11-25 00:56:54 +01:00 committed by Richard Levitte
parent 316fe11b0a
commit 156c4d6290
1 changed files with 1 additions and 1 deletions

View File

@ -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....