* Makefile.in (distclean): When cleaning, remove testsuite.
authorDJ Delorie <dj@redhat.com>
Thu, 7 Dec 2000 23:14:29 +0000 (23:14 +0000)
committerDJ Delorie <dj@redhat.com>
Thu, 7 Dec 2000 23:14:29 +0000 (23:14 +0000)
libiberty/ChangeLog
libiberty/Makefile.in

index 5b1af4a..fa6ef58 100644 (file)
@@ -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
index 62a97dc..850b9d9 100644 (file)
@@ -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