remove test/.rnd on make clean
authorBernd Edlinger <bernd.edlinger@hotmail.de>
Wed, 1 Feb 2017 18:10:03 +0000 (19:10 +0100)
committerRich Salz <rsalz@openssl.org>
Wed, 1 Feb 2017 19:13:05 +0000 (14:13 -0500)
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)

Configurations/unix-Makefile.tmpl

index 9f0990ca39d5726e85e07c806665f9e6091e5d83..c02981774e4b358ab4370c5a056e4c5a27ccc978 100644 (file)
@@ -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)