diff options
| author | Jeff Law <law@gcc.gnu.org> | 1997-09-07 13:45:33 -0600 |
|---|---|---|
| committer | Jeff Law <law@gcc.gnu.org> | 1997-09-07 13:45:33 -0600 |
| commit | a051ad3aea8f7e346d9ff7a0c921686ed9ae5c33 (patch) | |
| tree | 1f4affe8c38f3a42455634f2f7729bc6e95f48c8 /gcc | |
| parent | 7ed46111176b74de27fd9dc61cb9f82d437006e5 (diff) | |
| download | gcc-a051ad3aea8f7e346d9ff7a0c921686ed9ae5c33.zip gcc-a051ad3aea8f7e346d9ff7a0c921686ed9ae5c33.tar.gz gcc-a051ad3aea8f7e346d9ff7a0c921686ed9ae5c33.tar.bz2 | |
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
Diffstat (limited to 'gcc')
| -rw-r--r-- | gcc/Makefile.in | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/gcc/Makefile.in b/gcc/Makefile.in index 9f70aa4..1f5de15 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. |
