diff --git a/gcc/ChangeLog b/gcc/ChangeLog index d92c961284c..18c15b568a1 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,8 @@ +2002-06-11 Zack Weinberg + + * Makefile.in (distclean): Delete junk left in testsuite + directory, too. + 2002-06-11 Jeffrey Law * mips.c (function_arg_advance): gen_ashldi3 returns an INSN now, diff --git a/gcc/Makefile.in b/gcc/Makefile.in index b3b998bf8c6..43f64e8af7d 100644 --- a/gcc/Makefile.in +++ b/gcc/Makefile.in @@ -2581,6 +2581,8 @@ distclean: clean $(INTL_DISTCLEAN) lang.distclean -rm -f float.h -rm -f site.exp site.bak testsuite/site.exp testsuite/site.bak -rm -f testsuite/*.log testsuite/*.sum + -cd testsuite && rm -f x *.x *.x? *.exe *.rpo *.o *.s *.S *.c + -cd testsuite && rm -f *.out *.gcov *.bb *.bbg -rm -rf ${QMTEST_DIR} stamp-qmtest -rm -f intl/libintl.h libintl.h -rm -f cxxmain.c