From 4b07d8e78226e63a874eb615588dd84dbdd8e2e0 Mon Sep 17 00:00:00 2001 From: bde 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. --- bin/sh/Makefile | 1 + 1 file changed, 1 insertion(+) (limited to 'bin/sh/Makefile') diff --git a/bin/sh/Makefile b/bin/sh/Makefile index 0c57c94..4279c9e 100644 --- a/bin/sh/Makefile +++ b/bin/sh/Makefile @@ -6,6 +6,7 @@ SRCS= alias.c builtins.c cd.c echo.c error.c eval.c exec.c expand.c \ mystring.c nodes.c options.c parser.c printf.c redir.c show.c \ signames.c syntax.c trap.c output.c var.c OBJS+= init.o arith.o arith_lex.o +DPADD= ${LIBL} ${LIBEDIT} ${LIBTERMCAP} ${LIBCOMPAT} LDADD= -ll -ledit -ltermcap -lcompat LFLAGS= -8 # 8-bit lex scanner for arithmetic CFLAGS+=-DSHELL -I. -I${.CURDIR} -- cgit v1.1