aboutsummaryrefslogtreecommitdiff
path: root/gnu/usr.bin/binutils
diff options
context:
space:
mode:
authorGary Jennejohn <gj@FreeBSD.org>2000-04-04 11:12:55 +0000
committerGary Jennejohn <gj@FreeBSD.org>2000-04-04 11:12:55 +0000
commitf367e39024fcd9191d9f8977937ac13b313eb56d (patch)
treeb02e702856467fd5e0d75667861a82bf722c5112 /gnu/usr.bin/binutils
parent0e8d7e82a44c73e80e9f8049a0ea6ba52116b591 (diff)
Notes
Diffstat (limited to 'gnu/usr.bin/binutils')
-rw-r--r--gnu/usr.bin/binutils/gdb/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/usr.bin/binutils/gdb/Makefile b/gnu/usr.bin/binutils/gdb/Makefile
index c31e956ae112..5565e4f45220 100644
--- a/gnu/usr.bin/binutils/gdb/Makefile
+++ b/gnu/usr.bin/binutils/gdb/Makefile
@@ -40,7 +40,7 @@ DPADD+= ${LIBREADLINE}
DPADD+= ${LIBGNUREGEX}
DPADD+= ${RELTOP}/libiberty/libiberty.a
DPADD+= ${LIBTERMCAP}
-LDADD= ${RELTOP}/libbfd/libbfd.a
+LDADD+= ${RELTOP}/libbfd/libbfd.a
LDADD+= ${RELTOP}/libopcodes/libopcodes.a
LDADD+= -lreadline
LDADD+= -lgnuregex