Link with -lcompat to get V8 regular expression routines.
This commit is contained in:
parent
da08b16c49
commit
63cf6913d7
@ -1,5 +1,5 @@
|
||||
# from: @(#)Makefile 8.2 (Berkeley) 4/22/94
|
||||
# $Id: Makefile,v 1.7 1994/12/22 11:32:00 cgd Exp $
|
||||
# $Id: Makefile,v 1.8 1995/03/17 05:55:49 jtc Exp $
|
||||
|
||||
.include "../config/Makefile.config"
|
||||
|
||||
@ -25,6 +25,9 @@ CFLAGS+=-DOS_HDR=\"os-${OS}.h\"
|
||||
CFLAGS+=${CONFIG}
|
||||
CLEANFILES+=vers.${PROG}.c vers.${PROG}.o version.amd
|
||||
|
||||
DPADD+= ${LIBCOMPAT}
|
||||
LDADD+= -lcompat
|
||||
|
||||
vers.${PROG}.c: ${SRCS:.c=.o}
|
||||
@d=${.CURDIR}/ sh ${.CURDIR}/../config/newvers.sh ${PROG} ${MACHINE} ${OS}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user