* Makefile.in (distclean): Remove config.log.
authorDaniel Jacobowitz <drow@false.org>
Mon, 3 Mar 2003 03:59:16 +0000 (03:59 +0000)
committerDaniel Jacobowitz <drow@false.org>
Mon, 3 Mar 2003 03:59:16 +0000 (03:59 +0000)
gdb/doc/ChangeLog
gdb/doc/Makefile.in

index 909e7f5..013e8ca 100644 (file)
@@ -1,3 +1,7 @@
+2003-03-02  Daniel Jacobowitz  <drow@mvista.com>
+
+       * Makefile.in (distclean): Remove config.log.
+
 2003-03-01  Andrew Cagney  <cagney@redhat.com>
 
        * gdbint.texinfo (Target Architecture Definition): Rename
index b17cce8..1d5ad3e 100644 (file)
@@ -440,7 +440,7 @@ clean: mostlyclean
        rm -f gdb-cfg.texi
 
 distclean: clean
-       rm -f Makefile config.status
+       rm -f Makefile config.status config.log
 
 # GDBvn.texi, the dvi files, the info files, and the postscript files, 
 # are all part of the distribution, so it should not be removed by