summaryrefslogtreecommitdiff
path: root/libiberty
diff options
context:
space:
mode:
authorDJ Delorie <dj@delorie.com>2000-12-07 23:14:29 +0000
committerDJ Delorie <dj@delorie.com>2000-12-07 23:14:29 +0000
commitcb0cb0866aeb8879acde43caa228a4dba9c17a73 (patch)
treefe6882b2eb3a0dde8a532f2fd24daee28c512ea9 /libiberty
parent7542569602a6da3c3dbc87d50dcd561756938b8b (diff)
downloadgdb-cb0cb0866aeb8879acde43caa228a4dba9c17a73.tar.gz
* Makefile.in (distclean): When cleaning, remove testsuite.
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