Windows: shut DEL up
Reviewed-by: Matt Caswell <matt@openssl.org>
This commit is contained in:
parent
154fe2b4be
commit
7d52e55457
1 changed files with 2 additions and 2 deletions
|
@ -394,8 +394,8 @@ $target: $deps $ordinalsfile $mkdef_pl
|
|||
/implib:\$@ \$(LDOUTFLAG)$shlib$shlibext /def:$shlib.def @<< || (DEL /Q \$(\@B).* $shlib.* && EXIT 1)
|
||||
$objs $shlib.res$linklibs \$(EX_LIBS)
|
||||
<<
|
||||
DEL /Q /F apps\\$shlib$shlibext
|
||||
DEL /Q /F test\\$shlib$shlibext
|
||||
IF EXIST apps\\$shlib$shlibext DEL /Q /F apps\\$shlib$shlibext
|
||||
IF EXIST test\\$shlib$shlibext DEL /Q /F test\\$shlib$shlibext
|
||||
COPY $shlib$shlibext apps
|
||||
COPY $shlib$shlibext test
|
||||
EOF
|
||||
|
|
Loading…
Reference in a new issue