From 6adce30d288e6c89f9247b8bced6dc1382b72c8f Mon Sep 17 00:00:00 2001 From: bapt Date: Tue, 25 Nov 2014 11:07:26 +0000 Subject: Convert libraries to use LIBADD While here reduce a bit overlinking --- lib/libedit/Makefile | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'lib/libedit') diff --git a/lib/libedit/Makefile b/lib/libedit/Makefile index df86778..6e60a72 100644 --- a/lib/libedit/Makefile +++ b/lib/libedit/Makefile @@ -10,8 +10,7 @@ OSRCS= chared.c common.c el.c emacs.c fcns.c filecomplete.c help.c \ hist.c key.c map.c \ parse.c prompt.c read.c refresh.c search.c sig.c term.c tty.c vi.c -DPADD= ${LIBNCURSESW} -LDADD= -lncursesw +LIBADD= ncursesw MAN= editline.3 editrc.5 -- cgit v1.1