Module Name: src Committed By: christos Date: Sun Aug 18 19:26:28 UTC 2024
Modified Files: src/external/gpl3/gdb.old/bin/gdb: Makefile Log Message: add missing dependency To generate a diff of this commit: cvs rdiff -u -r1.13 -r1.14 src/external/gpl3/gdb.old/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.old/bin/gdb/Makefile diff -u src/external/gpl3/gdb.old/bin/gdb/Makefile:1.13 src/external/gpl3/gdb.old/bin/gdb/Makefile:1.14 --- src/external/gpl3/gdb.old/bin/gdb/Makefile:1.13 Sun Aug 18 00:08:28 2024 +++ src/external/gpl3/gdb.old/bin/gdb/Makefile Sun Aug 18 15:26:28 2024 @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.13 2024/08/18 04:08:28 rin Exp $ +# $NetBSD: Makefile,v 1.14 2024/08/18 19:26:28 christos Exp $ NOCTF= .include <bsd.own.mk> @@ -40,7 +40,7 @@ gdb-cfg.texi: ${DIST}/gdb/doc/all-cfg.te ${TOOL_CAT} ${.ALLSRC} > ${.TARGET} CLEANFILES+= gdb-cfg.texi -stabs.info gdb.info: gdb-cfg.texi GDBvn.texi +annotate.info stabs.info gdb.info: gdb-cfg.texi GDBvn.texi FILES= netbsd.xml FILESDIR= /usr/share/gdb/syscalls