Module Name: src Committed By: christos Date: Fri Nov 4 17:52:19 UTC 2011
Modified Files: src/external/gpl3/gdb/bin/gdb: Makefile Log Message: more dependencies needed for the other texinfo files. To generate a diff of this commit: cvs rdiff -u -r1.4 -r1.5 src/external/gpl3/gdb/bin/gdb/Makefile Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
Modified files: Index: src/external/gpl3/gdb/bin/gdb/Makefile diff -u src/external/gpl3/gdb/bin/gdb/Makefile:1.4 src/external/gpl3/gdb/bin/gdb/Makefile:1.5 --- src/external/gpl3/gdb/bin/gdb/Makefile:1.4 Tue Oct 11 23:57:45 2011 +++ src/external/gpl3/gdb/bin/gdb/Makefile Fri Nov 4 13:52:19 2011 @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.4 2011/10/12 03:57:45 mrg Exp $ +# $NetBSD: Makefile,v 1.5 2011/11/04 17:52:19 christos Exp $ .include <bsd.own.mk> .include "../Makefile.inc" @@ -31,7 +31,7 @@ gdb-cfg.texi: ${DIST}/gdb/doc/all-cfg.te ${TOOL_CAT} ${.ALLSRC} > ${.TARGET} CLEANFILES+= GDBvn.texi gdb-cfg.texi -gdb.info: gdb-cfg.texi GDBvn.texi +gdbint.info stabs.info gdb.info: gdb-cfg.texi GDBvn.texi .include "../../Makefile.inc" .include <bsd.info.mk>