From cefb9133fd9ebfa6eb31fc35cbc4a39bb56b815a Mon Sep 17 00:00:00 2001 From: ache Date: Sun, 22 Oct 1995 20:14:13 +0000 Subject: Wrong library was picked by ed --- bin/ed/Makefile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'bin/ed') diff --git a/bin/ed/Makefile b/bin/ed/Makefile index 50db9ef..30816a8 100644 --- a/bin/ed/Makefile +++ b/bin/ed/Makefile @@ -1,4 +1,4 @@ -# $Id: Makefile,v 1.11 1995/10/01 14:17:29 markm Exp $ +# $Id: Makefile,v 1.12 1995/10/03 15:44:50 markm Exp $ PROG= ed SRCS= buf.c cbc.c glbl.c io.c main.c re.c sub.c undo.c @@ -8,8 +8,8 @@ MLINKS= ed.1 red.1 .if exists(../../secure) && !defined(NOCRYPT) && !defined(NOSECURE) DISTRIBUTION=des CFLAGS+=-DDES -LDADD+= -L${CRYPTOBJDIR} -ldescrypt -DPADD+= ${CRYPTOBJDIR}/libdescrypt.a +LDADD+= -L${CIPHEROBJDIR} -lcipher +DPADD+= ${CIPHEROBJDIR}/libcipher.a .endif .include -- cgit v1.1