* Makefile.in (distclean): Remove site config files and gas.sum.
authorKen Raeburn <raeburn@cygnus>
Thu, 2 Jun 1994 19:09:30 +0000 (19:09 +0000)
committerKen Raeburn <raeburn@cygnus>
Thu, 2 Jun 1994 19:09:30 +0000 (19:09 +0000)
gas/testsuite/ChangeLog
gas/testsuite/Makefile.in

index a70113d2f12c241031787f21d684b1387f45874b..c10dc63ace3c72e0c8457f1d3d72872a76465021 100644 (file)
@@ -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.
index 63a870548fe6dd41396a51e4a29cdd9c9444b657..aa774be70078e9d0aa9f387573753424731cd807 100644 (file)
@@ -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
This page took 0.02653 seconds and 4 git commands to generate.