* Makefile.in (distclean): When cleaning, remove testsuite.

From-SVN: r38116
This commit is contained in:
Mike Stump 2000-12-07 22:04:07 +00:00 committed by Mike Stump
parent 4716be24b5
commit b25a8973bb
2 changed files with 5 additions and 0 deletions

View File

@ -1,3 +1,7 @@
2000-12-07 Mike Stump <mrs@kankakee.wrs.com>
* Makefile.in (distclean): When cleaning, remove testsuite.
2000-12-05 Jason Merrill <jason@redhat.com>
* cp-demangle.c (cplus_demangle_v3): Check that it's a v3 mangled

View File

@ -227,6 +227,7 @@ distclean: distclean-subdir
@$(MULTICLEAN) multi-clean DO=distclean
rm -f *~ Makefile config.status xhost-mkfrag TAGS multilib.out
rm -f config.log
-rmdir testsuite 2>/dev/null
maintainer-clean realclean: maintainer-clean-subdir
$(MAKE) SUBDIRS="" distclean