Module Name:    src
Committed By:   christos
Date:           Mon Jun 23 15:05:30 UTC 2014

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

Log Message:
No more gdbint.texinfo; has been removed upstream


To generate a diff of this commit:
cvs rdiff -u -r1.8 -r1.9 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.8 src/external/gpl3/gdb/bin/gdb/Makefile:1.9
--- src/external/gpl3/gdb/bin/gdb/Makefile:1.8	Sun Jun 22 19:52:57 2014
+++ src/external/gpl3/gdb/bin/gdb/Makefile	Mon Jun 23 11:05:30 2014
@@ -1,4 +1,4 @@
-#	$NetBSD: Makefile,v 1.8 2014/06/22 23:52:57 christos Exp $
+#	$NetBSD: Makefile,v 1.9 2014/06/23 15:05:30 christos Exp $
 
 .include <bsd.own.mk>
 .include "../Makefile.inc"
@@ -22,7 +22,7 @@ CPPFLAGS+=	-I${.CURDIR} \
 		-I${DIST}/include \
 		${GCPPFLAGS:M-D*}
 
-TEXINFO=	gdb.texinfo gdbint.texinfo stabs.texinfo
+TEXINFO=	gdb.texinfo stabs.texinfo
 INFOFLAGS=	-I${DIST}/gdb/doc -I${DIST}/gdb/mi \
 		-I${DIST}/readline/doc -I${.CURDIR}/.. -DGDBN=${GDBN}
 
@@ -33,7 +33,7 @@ gdb-cfg.texi: ${DIST}/gdb/doc/all-cfg.te
 	${TOOL_CAT} ${.ALLSRC} > ${.TARGET}
 
 CLEANFILES+= GDBvn.texi gdb-cfg.texi
-gdbint.info stabs.info gdb.info: gdb-cfg.texi GDBvn.texi
+stabs.info gdb.info: gdb-cfg.texi GDBvn.texi
 
 .include "../../Makefile.inc"
 .include <bsd.info.mk>

Reply via email to