From: Mike Stump Date: Thu, 7 Dec 2000 22:04:07 +0000 (+0000) Subject: * Makefile.in (distclean): When cleaning, remove testsuite. X-Git-Tag: prereleases/libstdc++-2.92~2382 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=b25a8973bbe92684b304dd7da072e8e921234117;p=thirdparty%2Fgcc.git * Makefile.in (distclean): When cleaning, remove testsuite. From-SVN: r38116 --- diff --git a/libiberty/ChangeLog b/libiberty/ChangeLog index 0656e8c3e83f..ed042a1b60c8 100644 --- a/libiberty/ChangeLog +++ b/libiberty/ChangeLog @@ -1,3 +1,7 @@ +2000-12-07 Mike Stump + + * Makefile.in (distclean): When cleaning, remove testsuite. + 2000-12-05 Jason Merrill * cp-demangle.c (cplus_demangle_v3): Check that it's a v3 mangled diff --git a/libiberty/Makefile.in b/libiberty/Makefile.in index 62a97dcf0f65..850b9d9f89b1 100644 --- a/libiberty/Makefile.in +++ b/libiberty/Makefile.in @@ -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