From: FdaSilvaYY Date: Tue, 15 Aug 2017 16:42:02 +0000 (+0200) Subject: Fix overzealous cleanup command X-Git-Tag: OpenSSL_1_1_1-pre1~843 X-Git-Url: https://git.openssl.org/?p=openssl.git;a=commitdiff_plain;h=645c8790a7fa3a5d7efd2e88bb80c0cea82882e2 Fix overzealous cleanup command Reviewed-by: Andy Polyakov Reviewed-by: Richard Levitte (Merged from https://github.com/openssl/openssl/pull/4167) --- diff --git a/Configurations/windows-makefile.tmpl b/Configurations/windows-makefile.tmpl index be2c4bd1c4..8503e44336 100644 --- a/Configurations/windows-makefile.tmpl +++ b/Configurations/windows-makefile.tmpl @@ -249,7 +249,9 @@ clean: libclean -del /Q /S /F *.d -del /Q /S /F *.obj -del /Q /S /F *.pdb - -del /Q /S /F *.exp + -del /Q /F *.exp + -del /Q /F apps\*.exp + -del /Q /F engines\*.exp -del /Q /S /F engines\*.ilk -del /Q /S /F engines\*.lib -del /Q /S /F apps\*.lib