diff options
| author | David E. O'Brien <obrien@FreeBSD.org> | 2000-11-15 21:29:55 +0000 |
|---|---|---|
| committer | David E. O'Brien <obrien@FreeBSD.org> | 2000-11-15 21:29:55 +0000 |
| commit | 04f9b2d551cea07e9c89f174dcdc6a382afb0dc7 (patch) | |
| tree | 0708bbe43c5d68e10aa6436d17c6c97257445972 /gnu/usr.bin/binutils/doc | |
| parent | 5d6d24e9e8ad3965714c720a41307266cb21ac84 (diff) | |
Notes
Diffstat (limited to 'gnu/usr.bin/binutils/doc')
| -rw-r--r-- | gnu/usr.bin/binutils/doc/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/usr.bin/binutils/doc/Makefile b/gnu/usr.bin/binutils/doc/Makefile index dbfe76b3d964..a81e6b3517bf 100644 --- a/gnu/usr.bin/binutils/doc/Makefile +++ b/gnu/usr.bin/binutils/doc/Makefile @@ -2,7 +2,7 @@ .include "../Makefile.inc0" -GDBDIR= ${.CURDIR}/../../../../contrib/gdb +GDBDIR= ${.CURDIR}/../../../../contrib/gdb.291 CONTRIBDIR= ${.CURDIR}/../../../../contrib .PATH: ${SRCDIR}/gas/doc ${SRCDIR}/ld ${SRCDIR}/bfd/doc ${GDBDIR}/gdb/doc @@ -17,9 +17,9 @@ INFOENTRY_binutils= "* Binutils: (binutils). The GNU Binary Utilities." MAKEINFOFLAGS+= --no-validate MAKEINFOFLAGS+= -I ${SRCDIR}/gas/doc -I ${SRCDIR}/ld -I ${SRCDIR}/bfd/doc +MAKEINFOFLAGS+= -I ${SRCDIR}/binutils MAKEINFOFLAGS+= -I ${GDBDIR}/gdb/doc MAKEINFOFLAGS+= -I ${CONTRIBDIR}/libreadline/doc -MAKEINFOFLAGS+= -I ${CONTRIBDIR}/binutils/binutils CLEANFILES= gdb-cfg.texi inc-hist.texi inc-hist.texi.orig |
