summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Jacobowitz <dan@debian.org>2003-03-03 03:59:16 +0000
committerDaniel Jacobowitz <dan@debian.org>2003-03-03 03:59:16 +0000
commit3c0af1f0bd1c0a96fd441e213d13dbfabbf90e88 (patch)
tree621a8577a34627f0d5024a3e227e4ea613e0d347
parentec357e17ea9851fe0070e340baa80f7326c8515a (diff)
downloadgdb-3c0af1f0bd1c0a96fd441e213d13dbfabbf90e88.tar.gz
* Makefile.in (distclean): Remove config.log.
-rw-r--r--gdb/doc/ChangeLog4
-rw-r--r--gdb/doc/Makefile.in2
2 files changed, 5 insertions, 1 deletions
diff --git a/gdb/doc/ChangeLog b/gdb/doc/ChangeLog
index 909e7f503d5..013e8ca7569 100644
--- a/gdb/doc/ChangeLog
+++ b/gdb/doc/ChangeLog
@@ -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
diff --git a/gdb/doc/Makefile.in b/gdb/doc/Makefile.in
index b17cce83dad..1d5ad3e271c 100644
--- a/gdb/doc/Makefile.in
+++ b/gdb/doc/Makefile.in
@@ -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