From: Jeff Law Date: Sun, 7 Sep 1997 19:45:33 +0000 (-0600) Subject: Makefile.in (distclean): Remove various things left around by running the testsuite. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=a051ad3aea8f7e346d9ff7a0c921686ed9ae5c33;p=gcc.git 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 --- 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.