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

This commit is contained in:
DJ Delorie 2000-12-07 23:14:29 +00:00
parent 53ef83d385
commit 4415a860ff
2 changed files with 5 additions and 0 deletions

View File

@ -1,3 +1,7 @@
2000-12-07 Mike Stump <mrs@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