diff options
author | Bernd Edlinger <bernd.edlinger@hotmail.de> | 2018-04-13 23:24:01 +0200 |
---|---|---|
committer | Bernd Edlinger <bernd.edlinger@hotmail.de> | 2018-04-15 08:13:38 +0200 |
commit | b0a97931fbfd5c84e1ac031cb8a8d213d437fec5 (patch) | |
tree | 4ab84030b93dca7edb77be695999c43908b10529 /Configurations/unix-Makefile.tmpl | |
parent | Fix cygwin make dependencies (diff) | |
download | openssl-b0a97931fbfd5c84e1ac031cb8a8d213d437fec5.tar.xz openssl-b0a97931fbfd5c84e1ac031cb8a8d213d437fec5.zip |
Remove mandatory generated files too
Reviewed-by: Richard Levitte <levitte@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/5951)
Diffstat (limited to '')
-rw-r--r-- | Configurations/unix-Makefile.tmpl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Configurations/unix-Makefile.tmpl b/Configurations/unix-Makefile.tmpl index 05ab53c0ed..f23dff47e0 100644 --- a/Configurations/unix-Makefile.tmpl +++ b/Configurations/unix-Makefile.tmpl @@ -408,7 +408,7 @@ libclean: clean: libclean $(RM) $(PROGRAMS) $(TESTPROGS) $(ENGINES) $(SCRIPTS) - $(RM) $(GENERATED) + $(RM) $(GENERATED_MANDATORY) $(GENERATED) -$(RM) `find . -name '*{- $depext -}' -a \! -path "./.git/*"` -$(RM) `find . -name '*{- $objext -}' -a \! -path "./.git/*"` $(RM) core |