summaryrefslogtreecommitdiff
path: root/gcc
diff options
context:
space:
mode:
Diffstat (limited to 'gcc')
-rw-r--r--gcc/ChangeLog4
-rw-r--r--gcc/Makefile.in5
2 files changed, 9 insertions, 0 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog
index d8dde6af720..620f8fb48f4 100644
--- a/gcc/ChangeLog
+++ b/gcc/ChangeLog
@@ -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
diff --git a/gcc/Makefile.in b/gcc/Makefile.in
index 3b2e8d9ca0b..a395d957b1f 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.