aboutsummaryrefslogtreecommitdiffstats
path: root/Configurations
diff options
context:
space:
mode:
authorBernd Edlinger <bernd.edlinger@hotmail.de>2017-02-01 19:10:03 +0100
committerBernd Edlinger <bernd.edlinger@hotmail.de>2017-02-01 19:10:03 +0100
commit122fa088524571a3b60ebf301873f69afdac8f7a (patch)
tree11301033370c4336e45ebd87c4063f1034a8f2d8 /Configurations
parent222da979182705b11aeea71aa1af557fd45ebc67 (diff)
downloadopenssl-122fa088524571a3b60ebf301873f69afdac8f7a.tar.gz
remove test/.rnd on make clean
Reviewed-by: Richard Levitte <levitte@openssl.org> Reviewed-by: Rich Salz <rsalz@openssl.org> (Merged from https://github.com/openssl/openssl/pull/2344)
Diffstat (limited to 'Configurations')
-rw-r--r--Configurations/unix-Makefile.tmpl1
1 files changed, 1 insertions, 0 deletions
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)