Module Name:    src
Committed By:   rin
Date:           Sun Aug 18 03:57:07 UTC 2024

Modified Files:
        src/external/gpl3/gdb.old/bin/gdb: Makefile

Log Message:
gdb.old: Install annotate.info


To generate a diff of this commit:
cvs rdiff -u -r1.11 -r1.12 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.11 src/external/gpl3/gdb.old/bin/gdb/Makefile:1.12
--- src/external/gpl3/gdb.old/bin/gdb/Makefile:1.11	Mon Aug 12 20:30:05 2024
+++ src/external/gpl3/gdb.old/bin/gdb/Makefile	Sun Aug 18 03:57:07 2024
@@ -1,4 +1,4 @@
-#	$NetBSD: Makefile,v 1.11 2024/08/12 20:30:05 christos Exp $
+#	$NetBSD: Makefile,v 1.12 2024/08/18 03:57:07 rin Exp $
 
 NOCTF=
 .include <bsd.own.mk>
@@ -31,7 +31,7 @@ CPPFLAGS+=	-I${.CURDIR} \
 		${GCPPFLAGS:M-D*}
 
 
-TEXINFO=	gdb.texinfo stabs.texinfo
+TEXINFO=	annotate.texinfo gdb.texinfo stabs.texinfo
 INFOFLAGS=	-I${DIST}/gdb/doc -I${DIST}/gdb/mi \
 		-I${DIST}/readline/readline/doc -I${.CURDIR}/.. -DGDBN=${GDBN}
 

Reply via email to