diff --git a/libiberty/ChangeLog b/libiberty/ChangeLog index 5b1af4ac24..fa6ef58b2d 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 62a97dcf0f..850b9d9f89 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