From a051ad3aea8f7e346d9ff7a0c921686ed9ae5c33 Mon Sep 17 00:00:00 2001 From: Jeff Law Date: Sun, 7 Sep 1997 13:45:33 -0600 Subject: [PATCH] Makefile.in (distclean): Remove various things left around by running the testsuite. * Makefile.in (distclean): Remove various things left around by running the testsuite. From-SVN: r15135 --- gcc/Makefile.in | 2 ++ 1 file changed, 2 insertions(+) diff --git a/gcc/Makefile.in b/gcc/Makefile.in index 9f70aa4a565..1f5de15120c 100644 --- a/gcc/Makefile.in +++ b/gcc/Makefile.in @@ -2088,6 +2088,8 @@ distclean: clean bytecode.distclean lang.distclean -rm -f c-parse.output -rm -f *.asm -rm -f float.h + -rm -f site.exp site.bak testsuite/site.exp testsuite/site.bak + -rm -f testsuite/{gcc,g++}.{log,sum} # Delete anything likely to be found in the source directory # that shouldn't be in the distribution. -- 2.30.2