summaryrefslogtreecommitdiff
path: root/libiberty
diff options
context:
space:
mode:
Diffstat (limited to 'libiberty')
-rw-r--r--libiberty/ChangeLog4
-rw-r--r--libiberty/Makefile.in1
2 files changed, 5 insertions, 0 deletions
diff --git a/libiberty/ChangeLog b/libiberty/ChangeLog
index 5b1af4ac241..fa6ef58b2d0 100644
--- a/libiberty/ChangeLog
+++ b/libiberty/ChangeLog
@@ -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
diff --git a/libiberty/Makefile.in b/libiberty/Makefile.in
index 62a97dcf0f6..850b9d9f89b 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