diff options
author | obrien <obrien@FreeBSD.org> | 2002-06-22 08:08:51 +0000 |
---|---|---|
committer | obrien <obrien@FreeBSD.org> | 2002-06-22 08:08:51 +0000 |
commit | 0df2d841780d7764a00f98da46fbf9a87ad42a6b (patch) | |
tree | 4403e514f3a97b62c33376aab60870e8706d7b9a /gnu | |
parent | ef43ad02fe4aa7493585e5ba821d148dab2da0a6 (diff) | |
download | FreeBSD-src-0df2d841780d7764a00f98da46fbf9a87ad42a6b.zip FreeBSD-src-0df2d841780d7764a00f98da46fbf9a87ad42a6b.tar.gz |
Grre-^#$(*+#@$!@% I hate .info files, I really do (thus I have NO_INFO set...)
Don't try to read files from a non-existant gdb.291/.
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 fd76586..8d6a560 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.291 +GDBDIR= ${.CURDIR}/../../../../contrib/gdb CONTRIBDIR= ${.CURDIR}/../../../../contrib .PATH: ${SRCDIR}/gas/doc ${SRCDIR}/ld ${SRCDIR}/bfd/doc ${GDBDIR}/gdb/doc |