From: mrs Date: Fri, 10 Nov 2000 00:09:02 +0000 (+0000) Subject: * Makefile.in (distclean): Remove a few extra leftovers. X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=22ed6b1785418f26eca758a0c352a9b8bb7f6a1f;p=thirdparty%2Fgcc.git * Makefile.in (distclean): Remove a few extra leftovers. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@37353 138bc75d-0d04-0410-961f-82ee72b054a4 --- diff --git a/gcc/ChangeLog b/gcc/ChangeLog index d8dde6af720a..620f8fb48f41 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,7 @@ +2000-11-09 Mike Stump + + * Makefile.in (distclean): Remove a few extra leftovers. + 2000-11-09 Richard Henderson * recog.c (validate_replace_rtx_1): Consider subregs when diff --git a/gcc/Makefile.in b/gcc/Makefile.in index 3b2e8d9ca0b4..a395d957b1fc 100644 --- a/gcc/Makefile.in +++ b/gcc/Makefile.in @@ -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.