Makefile.in (distclean): Remove various things left around by running the testsuite.
authorJeff Law <law@gcc.gnu.org>
Sun, 7 Sep 1997 19:45:33 +0000 (13:45 -0600)
committerJeff Law <law@gcc.gnu.org>
Sun, 7 Sep 1997 19:45:33 +0000 (13:45 -0600)
        * Makefile.in (distclean): Remove various things left around
        by running the testsuite.

From-SVN: r15135

gcc/Makefile.in

index 9f70aa4a565072544a068137d977deae44122e88..1f5de15120c0d67d8d48ab699917daa02633cb82 100644 (file)
@@ -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.