Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/external/gpl3/gdb/bin/gdb No more gdbint.texinfo; has been r...



details:   https://anonhg.NetBSD.org/src/rev/97b04dbad0a8
branches:  trunk
changeset: 330118:97b04dbad0a8
user:      christos <christos%NetBSD.org@localhost>
date:      Mon Jun 23 15:05:30 2014 +0000

description:
No more gdbint.texinfo; has been removed upstream

diffstat:

 external/gpl3/gdb/bin/gdb/Makefile |  6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diffs (27 lines):

diff -r a2ff7777e670 -r 97b04dbad0a8 external/gpl3/gdb/bin/gdb/Makefile
--- a/external/gpl3/gdb/bin/gdb/Makefile        Mon Jun 23 14:14:10 2014 +0000
+++ b/external/gpl3/gdb/bin/gdb/Makefile        Mon Jun 23 15:05:30 2014 +0000
@@ -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 @@
                -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 @@
        ${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>



Home | Main Index | Thread Index | Old Index