summaryrefslogtreecommitdiffstats
path: root/gnu/usr.bin/binutils
diff options
context:
space:
mode:
authorrgrimes <rgrimes@FreeBSD.org>1994-09-11 21:41:41 +0000
committerrgrimes <rgrimes@FreeBSD.org>1994-09-11 21:41:41 +0000
commit8e5d951531217274819d8267203214c7f449efb3 (patch)
tree2b3f0496c33690f9151473aad60b5c012acdf0c7 /gnu/usr.bin/binutils
parent2b975cb8d032531a04e5b35e4be54d702f2c86d8 (diff)
downloadFreeBSD-src-8e5d951531217274819d8267203214c7f449efb3.zip
FreeBSD-src-8e5d951531217274819d8267203214c7f449efb3.tar.gz
Change all references to LIBTERM and -ltermlib to LIBTERMCAP and -ltermcap
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 2f78342..5f134e2 100644
--- a/gnu/usr.bin/binutils/gdb/Makefile
+++ b/gnu/usr.bin/binutils/gdb/Makefile
@@ -41,7 +41,7 @@ m2-exp.tab.c: $(.CURDIR)/m2-exp.y
CFLAGS+= -I$(.CURDIR)/. -I/usr/include/readline -I$(.CURDIR)/../bfd
-DPADD+= $(LIBREADLINE) $(LIBTERM)
+DPADD+= ${LIBREADLINE} ${LIBTERMCAP}
LDADD+= -lreadline -ltermcap
.if exists(${.CURDIR}/../libiberty/obj)
OpenPOWER on IntegriCloud