From 14cbe8c56977fddf69e1396d9e3c462d9d4b4d11 Mon Sep 17 00:00:00 2001 From: peter Date: Fri, 30 Aug 1996 01:50:07 +0000 Subject: Add missing DPADD, remove duplicate -ltermcap --- lib/libedit/Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/lib/libedit/Makefile b/lib/libedit/Makefile index 8863e80..5284c21 100644 --- a/lib/libedit/Makefile +++ b/lib/libedit/Makefile @@ -7,6 +7,7 @@ OSRCS= chared.c common.c el.c emacs.c hist.c key.c map.c parse.c \ help.c fcns.c help.h LDADD+= -ltermcap +DPADD+= ${LIBTERMCAP} # For speed and debugging #SRCS= ${OSRCS} tokenizer.c history.c @@ -49,6 +50,6 @@ editline.c: ${OSRCS} test: test.o libedit.a ${DPADD} ${LIBTERMCAP} - ${CC} ${CFLAGS} ${.ALLSRC} -o ${.TARGET} libedit.a ${LDADD} -ltermcap + ${CC} ${CFLAGS} ${.ALLSRC} -o ${.TARGET} libedit.a ${LDADD} .include -- cgit v1.1