* Makefile.in (mostlyclean): Move config.log to distclean.
authorJason Molenda <crash@cygnus>
Thu, 3 Oct 1996 07:16:56 +0000 (07:16 +0000)
committerJason Molenda <crash@cygnus>
Thu, 3 Oct 1996 07:16:56 +0000 (07:16 +0000)
sim/w65/ChangeLog
sim/w65/Makefile.in

index 42cf2da9be80682dff264a40f6b18b0eb3ec1200..863591bec77e8483e22c7fdd081b3c6dbbe256be 100644 (file)
@@ -1,3 +1,7 @@
+Thu Oct  3 16:17:59 1996  Jason Molenda  (crash@godzilla.cygnus.co.jp)
+
+       * Makefile.in (mostlyclean): Move config.log to distclean.
+
 Wed Jun 26 12:30:45 1996  Jason Molenda  (crash@godzilla.cygnus.co.jp)
 
         * Makefile.in (bindir, libdir, datadir, mandir, infodir, includedir,
index a1dc3b0707bdfaa747fe264407d2d5e07cf08bbf..1c19b4544fee396063b2802c0f3af692ca7250b4 100755 (executable)
@@ -144,14 +144,15 @@ interp.o:interp.c config.h
 ######################################################################
 
 mostlyclean:
-       -rm -f *.o *~ \#* core binutils.?? binutils.??? case.c config.log
+       -rm -f *.o *~ \#* core binutils.?? binutils.??? case.c
 
 clean: mostlyclean
        -rm -f $(PROGS) *.o *.a
 
 distclean:
        -rm -f Makefile config.status sysdep.h *.o *~ \#* core y.* \
-               binutils.?? binutils.??s binutils.aux binutils.log binutils.toc gencode run
+               binutils.?? binutils.??s binutils.aux binutils.log \
+               binutils.toc gencode run config.log
        -rm -f $(PROGS) config.h stamp-h
 
 maintainer-clean realclean: clean distclean