diff options
-rw-r--r-- | gas/testsuite/ChangeLog | 3 | ||||
-rw-r--r-- | gas/testsuite/Makefile.in | 1 |
2 files changed, 4 insertions, 0 deletions
diff --git a/gas/testsuite/ChangeLog b/gas/testsuite/ChangeLog index a70113d..c10dc63 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 63a8705..aa774be 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 |