mirror of https://github.com/openssl/openssl.git
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:
parent
316fe11b0a
commit
156c4d6290
|
|
@ -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....
|
||||
|
|
|
|||
Loading…
Reference in New Issue