* Makefile.in (distclean): Remove config.log.

This commit is contained in:
Daniel Jacobowitz 2003-03-03 03:59:16 +00:00
parent 15c9f67344
commit d7f4a26424
2 changed files with 5 additions and 1 deletions

View 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

View 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