remove test/.rnd on make clean
authorBernd Edlinger <bernd.edlinger@hotmail.de>
Wed, 1 Feb 2017 18:10:03 +0000 (19:10 +0100)
committerBernd Edlinger <bernd.edlinger@hotmail.de>
Wed, 1 Feb 2017 18:10:03 +0000 (19:10 +0100)
Reviewed-by: Richard Levitte <levitte@openssl.org>
Reviewed-by: Rich Salz <rsalz@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/2344)

Configurations/unix-Makefile.tmpl

index a2b197d3ee55de3cceb699838b760fcc2f87acf7..87a9e1b6d025e4028beda97074277493792fd51a 100644 (file)
@@ -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)