From a872e801961cf10a267ab014aeed9c635aa66a7b Mon Sep 17 00:00:00 2001 From: jtc Date: Thu, 11 Nov 1993 01:01:21 +0000 Subject: Link with -lcompat instead of -lgnuregex. As soon as POSIX regular expressions are integrated into libc, -lgnuregex will be going away. Fortune use the old re_comp() & re_exec() regex routines that are provided by -lcompat. --- fortune/fortune/Makefile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/fortune/fortune/Makefile b/fortune/fortune/Makefile index 3a8b695f..58c53c0a 100644 --- a/fortune/fortune/Makefile +++ b/fortune/fortune/Makefile @@ -1,10 +1,10 @@ -# $Id: Makefile,v 1.5 1993/08/05 02:16:36 jtc Exp $ +# $Id: Makefile,v 1.6 1993/11/11 01:01:21 jtc Exp $ PROG= fortune MAN6= fortune.0 CFLAGS+= -I${.CURDIR}/../strfile -LDADD+= -lgnuregex -DPADD+= /usr/lib/libgnuregex.a +LDADD+= -lcompat +DPADD+= ${LIBCOMPAT} .include "${.CURDIR}/../../Makefile.inc" .include -- cgit v1.2.3