From: John Marino Date: Wed, 11 Nov 2015 21:50:19 +0000 (+0100) Subject: Remove obsolete references to libedit from gdb X-Git-Tag: v4.5.0~115 X-Git-Url: https://gitweb.dragonflybsd.org/dragonfly.git/commitdiff_plain/80727cd62fbd2cf0d83de1521619d81999a9cd70 Remove obsolete references to libedit from gdb We removed libedit from gdb a long time ago (readline is mandatory so we used bundled version) but apparently these references were missed. --- diff --git a/gnu/usr.bin/gdb/libgdb/Makefile b/gnu/usr.bin/gdb/libgdb/Makefile index e2aea78753..cd51583833 100644 --- a/gnu/usr.bin/gdb/libgdb/Makefile +++ b/gnu/usr.bin/gdb/libgdb/Makefile @@ -171,9 +171,9 @@ XMLFILES= \ traceframe-info.dtd \ btrace.dtd -DPADD= ${LIBEDIT} ${LIBKVM} ${LIBTERMCAP} ${LIBM} +DPADD= ${LIBKVM} ${LIBTERMCAP} ${LIBM} DPADD+= ../libbfd/libbfd.a ../libopcodes/libopcodes.a ../libiberty/libiberty.a -LDADD= -ledit -ltermcap -lm +LDADD= -ltermcap -lm LDADD+= -L../libbfd -lbfd -L../libopcodes -lopcodes -L../libiberty -liberty .include "Makefile.${TARGET_ARCH}"