From 645c8790a7fa3a5d7efd2e88bb80c0cea82882e2 Mon Sep 17 00:00:00 2001 From: FdaSilvaYY Date: Tue, 15 Aug 2017 18:42:02 +0200 Subject: [PATCH] Fix overzealous cleanup command Reviewed-by: Andy Polyakov Reviewed-by: Richard Levitte (Merged from https://github.com/openssl/openssl/pull/4167) --- Configurations/windows-makefile.tmpl | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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 -- 2.25.1