PATCH: Tweak distclean in doc/

Daniel Jacobowitz drow@mvista.com
Mon Mar 3 04:00:00 GMT 2003


Oops, meant to commit this a long time ago (before 5.3).  Sorry about that.
This fixes the stray config.log in a GDB release tarball.  Checked in.

-- 
Daniel Jacobowitz
MontaVista Software                         Debian GNU/Linux Developer

2003-03-02  Daniel Jacobowitz  <drow@mvista.com>

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

Index: doc/Makefile.in
===================================================================
RCS file: /cvs/src/src/gdb/doc/Makefile.in,v
retrieving revision 1.25
diff -u -p -r1.25 Makefile.in
--- doc/Makefile.in	26 Nov 2002 22:44:37 -0000	1.25
+++ doc/Makefile.in	3 Mar 2003 03:56:35 -0000
@@ -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



More information about the Gdb-patches mailing list