summaryrefslogtreecommitdiffstats
path: root/Configurations
diff options
context:
space:
mode:
authorBernd Edlinger <bernd.edlinger@hotmail.de>2017-02-01 19:10:03 +0100
committerRich Salz <rsalz@openssl.org>2017-02-01 14:13:05 -0500
commitd7155335a56c2bc0d399336c46fefb497cc1131c (patch)
tree0a6f2e7d664b28c91770417c4ef7a1885d29f079 /Configurations
parentdfb109c522a450af7f387d66ad32afeee87f9805 (diff)
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) (cherry picked from commit 122fa088524571a3b60ebf301873f69afdac8f7a)
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 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)