From 29ae20604d2ad674bdb91ec267e22c3e8ee56ee0 Mon Sep 17 00:00:00 2001 From: Brian Wellington Date: Tue, 22 Aug 2000 00:57:46 +0000 Subject: [PATCH] 'make clean' should delete the generated randomness file --- bin/tests/dst/Makefile.in | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/bin/tests/dst/Makefile.in b/bin/tests/dst/Makefile.in index ee07fc4c4d..b0c44c4286 100644 --- a/bin/tests/dst/Makefile.in +++ b/bin/tests/dst/Makefile.in @@ -13,7 +13,7 @@ # NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION # WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. -# $Id: Makefile.in,v 1.25 2000/08/17 02:11:46 bwelling Exp $ +# $Id: Makefile.in,v 1.26 2000/08/22 00:57:46 bwelling Exp $ srcdir = @srcdir@ VPATH = @srcdir@ @@ -55,4 +55,4 @@ test: t_dst -@ ./t_dst -b @srcdir@ -q 1800 -a clean distclean:: - rm -f ${TARGETS} + rm -f ${TARGETS} randomfile