From 148d11b9e332350d4a441ba149fbe5f372b8b2f3 Mon Sep 17 00:00:00 2001 From: ache Date: Tue, 14 Jun 1994 11:00:35 +0000 Subject: Add LIBREADLINE and LIBTERM to DPADD --- gnu/usr.bin/gdb/gdb/Makefile | 1 + 1 file changed, 1 insertion(+) (limited to 'gnu/usr.bin/gdb') diff --git a/gnu/usr.bin/gdb/gdb/Makefile b/gnu/usr.bin/gdb/gdb/Makefile index a51195d..2fac3db 100644 --- a/gnu/usr.bin/gdb/gdb/Makefile +++ b/gnu/usr.bin/gdb/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) -- cgit v1.1