diff options
author | obrien <obrien@FreeBSD.org> | 2002-06-28 03:41:56 +0000 |
---|---|---|
committer | obrien <obrien@FreeBSD.org> | 2002-06-28 03:41:56 +0000 |
commit | 7ed83702a336ab7cafc457e64a1b07dbc1caee8c (patch) | |
tree | 89ce158d218da8b7b248b69dbcfde95d3fdad31e /gnu | |
parent | 9247bfd639eb0e10c7cbaee3287b7448727251d9 (diff) | |
download | FreeBSD-src-7ed83702a336ab7cafc457e64a1b07dbc1caee8c.zip FreeBSD-src-7ed83702a336ab7cafc457e64a1b07dbc1caee8c.tar.gz |
There will be no GDB related .info files unless someone that cares about them
sends a patch.
Diffstat (limited to 'gnu')
-rw-r--r-- | gnu/usr.bin/binutils/doc/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/usr.bin/binutils/doc/Makefile b/gnu/usr.bin/binutils/doc/Makefile index a03a46c..e13e338 100644 --- a/gnu/usr.bin/binutils/doc/Makefile +++ b/gnu/usr.bin/binutils/doc/Makefile @@ -7,7 +7,7 @@ CONTRIBDIR= ${.CURDIR}/../../../../contrib .PATH: ${SRCDIR}/gas/doc ${SRCDIR}/ld ${SRCDIR}/bfd/doc ${GDBDIR}/gdb/doc -INFO = as ld annotate gasp gdbint stabs binutils +INFO = as ld annotate gasp stabs binutils INFOSECTION= "Programming & development tools." INFOENTRY_as= "* As: (as). The GNU assembler." INFOENTRY_gasp= "* Gasp: (gasp). The GNU Assembler Macro Preprocessor." |