From 83c1bfeaebd9b736f4275febd1bfda3af777646c Mon Sep 17 00:00:00 2001 From: rgrimes Date: Sun, 11 Sep 1994 21:53:28 +0000 Subject: Change all references to LIBTERM and -ltermlib to LIBTERMCAP and -ltermcap --- lib/libedit/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib') diff --git a/lib/libedit/Makefile b/lib/libedit/Makefile index 0b6557f..f9e2780 100644 --- a/lib/libedit/Makefile +++ b/lib/libedit/Makefile @@ -46,7 +46,7 @@ editline.c: ${OSRCS} .depend: vi.h emacs.h common.h fcns.h help.h help.c -test: test.o libedit.a ${DPADD} ${LIBTERM} +test: test.o libedit.a ${DPADD} ${LIBTERMCAP} ${CC} ${CFLAGS} ${.ALLSRC} -o ${.TARGET} libedit.a ${LDADD} -ltermcap .include -- cgit v1.1