summaryrefslogtreecommitdiff
path: root/gnu/usr.bin/binutils
diff options
context:
space:
mode:
authorDavid E. O'Brien <obrien@FreeBSD.org>2000-02-21 20:33:31 +0000
committerDavid E. O'Brien <obrien@FreeBSD.org>2000-02-21 20:33:31 +0000
commite216cd60d341d56f3002ef6dc6a577fbed0f9406 (patch)
tree99e61917975aa466c49d8879dda19fdc27e99a89 /gnu/usr.bin/binutils
parent8e6846d3981204871639e876d725deb8c08248cb (diff)
Notes
Diffstat (limited to 'gnu/usr.bin/binutils')
-rw-r--r--gnu/usr.bin/binutils/doc/Makefile3
-rw-r--r--gnu/usr.bin/binutils/gasp/Makefile2
-rw-r--r--gnu/usr.bin/binutils/gasp/doc/Makefile16
3 files changed, 2 insertions, 19 deletions
diff --git a/gnu/usr.bin/binutils/doc/Makefile b/gnu/usr.bin/binutils/doc/Makefile
index 0669e3665270..b6e02e0e73ed 100644
--- a/gnu/usr.bin/binutils/doc/Makefile
+++ b/gnu/usr.bin/binutils/doc/Makefile
@@ -7,9 +7,10 @@ CONTRIBDIR= ${.CURDIR}/../../../../contrib
.PATH: ${SRCDIR}/gas/doc ${SRCDIR}/ld ${SRCDIR}/bfd/doc ${GDBDIR}/gdb/doc
-INFO = as ld annotate gdb gdbint stabs
+INFO = as ld annotate gasp gdb gdbint stabs
INFOSECTION= "Programming & development tools."
INFOENTRY_as= "* As: (as). The GNU assembler."
+INFOENTRY_gasp= "* Gasp: (gasp). The GNU Assembler Macro Preprocessor."
INFOENTRY_ld= "* Ld: (ld). The GNU linker."
INFOENTRY_annotate= "* GDB annotation: (annotate). Annotations for the GNU Debugger (GDB)."
diff --git a/gnu/usr.bin/binutils/gasp/Makefile b/gnu/usr.bin/binutils/gasp/Makefile
index a272155595a7..96e3576fd4f6 100644
--- a/gnu/usr.bin/binutils/gasp/Makefile
+++ b/gnu/usr.bin/binutils/gasp/Makefile
@@ -6,8 +6,6 @@
.PATH: ${SRCDIR}/gas
-SUBDIR= doc
-
PROG= gasp
SRCS+= gasp.c macro.c sb.c hash.c
CFLAGS+= -I${SRCDIR}
diff --git a/gnu/usr.bin/binutils/gasp/doc/Makefile b/gnu/usr.bin/binutils/gasp/doc/Makefile
deleted file mode 100644
index 093d78c9a091..000000000000
--- a/gnu/usr.bin/binutils/gasp/doc/Makefile
+++ /dev/null
@@ -1,16 +0,0 @@
-# $FreeBSD$
-
-.include "../../Makefile.inc0"
-
-RELTOP:= ../..
-
-.PATH: ${SRCDIR}/gas/doc
-
-INFO= gasp
-
-INFOSECTION= "GASP Documentation"
-INFOENTRY= "* gasp: (gasp). The GNU Assembler Macro Preprocessor."
-
-MAKEINFOFLAGS+= -I ${SRCDIR}/gas/doc
-
-.include <bsd.info.mk>