OSDN Git Service

* Makefile.in (distclean): Remove a few extra leftovers.
authormrs <mrs@138bc75d-0d04-0410-961f-82ee72b054a4>
Fri, 10 Nov 2000 00:09:02 +0000 (00:09 +0000)
committermrs <mrs@138bc75d-0d04-0410-961f-82ee72b054a4>
Fri, 10 Nov 2000 00:09:02 +0000 (00:09 +0000)
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@37353 138bc75d-0d04-0410-961f-82ee72b054a4

gcc/ChangeLog
gcc/Makefile.in

index d8dde6a..620f8fb 100644 (file)
@@ -1,3 +1,7 @@
+2000-11-09  Mike Stump  <mrs@wrs.com>
+
+       * Makefile.in (distclean): Remove a few extra leftovers.
+
 2000-11-09  Richard Henderson  <rth@redhat.com>
 
        * recog.c (validate_replace_rtx_1): Consider subregs when
index 3b2e8d9..a395d95 100644 (file)
@@ -2253,6 +2253,11 @@ distclean: clean $(INTL_DISTCLEAN) lang.distclean
        -rm -f site.exp site.bak testsuite/site.exp testsuite/site.bak
        -rm -f testsuite/{gcc,g++}.{log,sum}
        -rm -f intl/libintl.h libintl.h
+       -rm -f cxxmain.c splay-tree.c obstack.c
+       -rm -f mklibgcc libgcc.map gccbug .gdbinit configargs.h
+       -rm -f c-tree.info c-tree.info-1 c-tree.info-2 c-tree.info-3
+       -rm -f fixinc/Makefile
+       -rmdir cp f java objc fixinc intl po 2>/dev/null
 
 # Delete anything likely to be found in the source directory
 # that shouldn't be in the distribution.