aboutsummaryrefslogtreecommitdiff
path: root/gnu/usr.bin/binutils/doc
diff options
context:
space:
mode:
authorDavid E. O'Brien <obrien@FreeBSD.org>2004-06-21 18:09:20 +0000
committerDavid E. O'Brien <obrien@FreeBSD.org>2004-06-21 18:09:20 +0000
commit13aa0cfc8af461fff5bf7ed7a59a1c9e2b61d918 (patch)
treea72b282d113f1ad50ff0f9dc6f304e38153e9363 /gnu/usr.bin/binutils/doc
parentba39a1c5a4792d706d2590aedd0e56e8b166b921 (diff)
Notes
Diffstat (limited to 'gnu/usr.bin/binutils/doc')
-rw-r--r--gnu/usr.bin/binutils/doc/Makefile7
1 files changed, 6 insertions, 1 deletions
diff --git a/gnu/usr.bin/binutils/doc/Makefile b/gnu/usr.bin/binutils/doc/Makefile
index da0a662bd0ff1..20fc277043966 100644
--- a/gnu/usr.bin/binutils/doc/Makefile
+++ b/gnu/usr.bin/binutils/doc/Makefile
@@ -1,5 +1,7 @@
# $FreeBSD$
+NO_GDB= yes
+
.include "../Makefile.inc0"
GDBDIR= ${.CURDIR}/../../../../contrib/gdb
@@ -7,7 +9,10 @@ CONTRIBDIR= ${.CURDIR}/../../../../contrib
.PATH: ${SRCDIR}/gas/doc ${SRCDIR}/ld ${SRCDIR}/bfd/doc ${GDBDIR}/gdb/doc ${GDBDIR}/gdb/mi
-INFO = as ld gasp gdb gdbint stabs binutils
+INFO= as ld gasp stabs binutils
+.if !defined(NO_GDB)
+INFO+= gdb gdbint
+.endif
INFOSECTION= "Programming & development tools."
INFOENTRY_as= "* As: (as). The GNU assembler."
INFOENTRY_gasp= "* Gasp: (gasp). The GNU Assembler Macro Preprocessor."