summaryrefslogtreecommitdiff
path: root/libiberty
diff options
context:
space:
mode:
authormrs <mrs@138bc75d-0d04-0410-961f-82ee72b054a4>2000-12-07 22:04:07 +0000
committermrs <mrs@138bc75d-0d04-0410-961f-82ee72b054a4>2000-12-07 22:04:07 +0000
commite5fb0a98fe1d68695f2000e6a9ab565bade24523 (patch)
tree19081799d0f10e9f64fe9282d3ae141716405cd6 /libiberty
parent6748d784563c0e1f1d3118eb0783b9ce51538716 (diff)
downloadgcc-e5fb0a98fe1d68695f2000e6a9ab565bade24523.tar.gz
* Makefile.in (distclean): When cleaning, remove testsuite.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@38116 138bc75d-0d04-0410-961f-82ee72b054a4
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 0656e8c3e83..ed042a1b60c 100644
--- a/libiberty/ChangeLog
+++ b/libiberty/ChangeLog
@@ -1,3 +1,7 @@
+2000-12-07 Mike Stump <mrs@kankakee.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