diff options
| author | Andrey A. Chernov <ache@FreeBSD.org> | 1994-06-14 11:00:35 +0000 |
|---|---|---|
| committer | Andrey A. Chernov <ache@FreeBSD.org> | 1994-06-14 11:00:35 +0000 |
| commit | afd4f2eb3b102510c2d003f585baff8618ab830a (patch) | |
| tree | 2bd1ef1480bf66d5a14520a46b16a82f8ca8ecee /gnu/usr.bin/binutils | |
| parent | f2009cbfdb91d6682ea204ca675ef0f7ce1ea2f9 (diff) | |
Notes
Diffstat (limited to 'gnu/usr.bin/binutils')
| -rw-r--r-- | gnu/usr.bin/binutils/gdb/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gnu/usr.bin/binutils/gdb/Makefile b/gnu/usr.bin/binutils/gdb/Makefile index a51195d4b8b3..2fac3dbd1c1d 100644 --- a/gnu/usr.bin/binutils/gdb/Makefile +++ b/gnu/usr.bin/binutils/gdb/Makefile @@ -41,6 +41,7 @@ m2-exp.tab.c: $(.CURDIR)/m2-exp.y CFLAGS+= -I$(.CURDIR)/. -I/usr/include/readline -I$(.CURDIR)/../bfd +DPADD+= $(LIBREADLINE) $(LIBTERM) LDADD+= -lreadline -ltermcap .if exists(${.CURDIR}/../libiberty/obj) |
