From 2577a8acef31ccb449242f8c073d0b996d8a91f2 Mon Sep 17 00:00:00 2001 From: Bruce Evans Date: Sun, 28 Aug 1994 18:49:06 +0000 Subject: Add dependencies on libraries to DPADD. Someday this should be done automagically. -lfoo has to be right to work, but ${LIBFO0} is too easy to forget or misspell; nothing checks it and it should be different for shared libraries. --- lib/libedit/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib/libedit') diff --git a/lib/libedit/Makefile b/lib/libedit/Makefile index be056e0cdda8..0b6557f7e9bc 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: libedit.a test.o +test: test.o libedit.a ${DPADD} ${LIBTERM} ${CC} ${CFLAGS} ${.ALLSRC} -o ${.TARGET} libedit.a ${LDADD} -ltermcap .include -- cgit v1.3