From 122fa088524571a3b60ebf301873f69afdac8f7a Mon Sep 17 00:00:00 2001 From: Bernd Edlinger Date: Wed, 1 Feb 2017 19:10:03 +0100 Subject: [PATCH] remove test/.rnd on make clean Reviewed-by: Richard Levitte Reviewed-by: Rich Salz (Merged from https://github.com/openssl/openssl/pull/2344) --- Configurations/unix-Makefile.tmpl | 1 + 1 file changed, 1 insertion(+) diff --git a/Configurations/unix-Makefile.tmpl b/Configurations/unix-Makefile.tmpl index a2b197d3ee..87a9e1b6d0 100644 --- a/Configurations/unix-Makefile.tmpl +++ b/Configurations/unix-Makefile.tmpl @@ -290,6 +290,7 @@ clean: libclean -$(RM) `find . -name '*{- $objext -}' -a \! -path "./.git/*"` $(RM) core $(RM) tags TAGS + $(RM) test/.rnd $(RM) openssl.pc libcrypto.pc libssl.pc -$(RM) `find . -type l -a \! -path "./.git/*"` $(RM) $(TARFILE) -- 2.25.1