diff --git a/gas/testsuite/ChangeLog b/gas/testsuite/ChangeLog index a70113d2f12..c10dc63ace3 100644 --- a/gas/testsuite/ChangeLog +++ b/gas/testsuite/ChangeLog @@ -1,3 +1,6 @@ + + * Makefile.in (distclean): Remove site config files and gas.sum. + Fri May 27 12:24:18 1994 Ken Raeburn (raeburn@cujo.cygnus.com) * gas/m68k/disperr.s: Use % for registers. diff --git a/gas/testsuite/Makefile.in b/gas/testsuite/Makefile.in index 63a870548fe..aa774be7007 100644 --- a/gas/testsuite/Makefile.in +++ b/gas/testsuite/Makefile.in @@ -141,6 +141,7 @@ distclean: clean -rm -f *~ core -rm -f Makefile config.status -rm -fr *.log summary detail + -rm -f site.exp site.bak gas.sum Makefile : $(srcdir)/Makefile.in $(host_makefile_frag) $(target_makefile_frag) $(SHELL) ./config.status