From cf54d00aa82302d2570531b4bd7841230ced0555 Mon Sep 17 00:00:00 2001 From: Bernd Edlinger Date: Sun, 15 Apr 2018 12:07:17 +0200 Subject: [PATCH] Remove mandatory generated files on windows too Reviewed-by: Richard Levitte (Merged from https://github.com/openssl/openssl/pull/5958) --- Configurations/windows-makefile.tmpl | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Configurations/windows-makefile.tmpl b/Configurations/windows-makefile.tmpl index c51e4c71ce..0fe6ca2a17 100644 --- a/Configurations/windows-makefile.tmpl +++ b/Configurations/windows-makefile.tmpl @@ -360,10 +360,12 @@ clean: libclean {- join("\n\t", map { "-del /Q /F $_" } @PROGRAMS) -} -del /Q /F $(ENGINES) -del /Q /F $(SCRIPTS) + -del /Q /F $(GENERATED_MANDATORY) -del /Q /F $(GENERATED) -del /Q /S /F *.d *.obj *.pdb *.exp *.ilk *.manifest -del /Q /S /F engines\*.lib -del /Q /S /F apps\*.lib apps\*.rc apps\*.res + -rmdir /Q /S test\test-runs distclean: clean -del /Q /F configdata.pm -- 2.34.1