From: Ken Raeburn Date: Thu, 2 Jun 1994 19:09:30 +0000 (+0000) Subject: * Makefile.in (distclean): Remove site config files and gas.sum. X-Git-Url: http://drtracing.org/?a=commitdiff_plain;h=b166d614748f3fe2cb0e047c93a8eafe799a6da0;p=deliverable%2Fbinutils-gdb.git * Makefile.in (distclean): Remove site config files and gas.sum. --- diff --git a/gas/testsuite/ChangeLog b/gas/testsuite/ChangeLog index a70113d2f1..c10dc63ace 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 63a870548f..aa774be700 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