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_0e~36 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=d7155335a56c2bc0d399336c46fefb497cc1131c;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) (cherry picked from commit 122fa088524571a3b60ebf301873f69afdac8f7a) --- diff --git a/Configurations/unix-Makefile.tmpl b/Configurations/unix-Makefile.tmpl index 9f0990ca39..c02981774e 100644 --- a/Configurations/unix-Makefile.tmpl +++ b/Configurations/unix-Makefile.tmpl @@ -285,6 +285,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)