From: Bernd Edlinger Date: Wed, 1 Feb 2017 18:10:03 +0000 (+0100) Subject: remove test/.rnd on make clean X-Git-Tag: OpenSSL_1_1_1-pre1~2499 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=122fa088524571a3b60ebf301873f69afdac8f7a;p=oweals%2Fopenssl.git remove test/.rnd on make clean Reviewed-by: Richard Levitte Reviewed-by: Rich Salz (Merged from https://github.com/openssl/openssl/pull/2344) --- 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)