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)
This commit is contained in:
parent
c739e676eb
commit
f19d20b60f
|
@ -823,7 +823,7 @@ $target : $args{generator}->[0] $deps
|
||||||
\@ DELETE/SYMBOL/LOCAL extradefines
|
\@ DELETE/SYMBOL/LOCAL extradefines
|
||||||
\@ $incs_off
|
\@ $incs_off
|
||||||
RENAME \$\@-i \$\@
|
RENAME \$\@-i \$\@
|
||||||
DELETE \$\@-S
|
DELETE \$\@-S;
|
||||||
EOF
|
EOF
|
||||||
}
|
}
|
||||||
# Otherwise....
|
# Otherwise....
|
||||||
|
|
Loading…
Reference in New Issue