Stop linking to libl by specifying we do not need yywrap
MFC after: 3 days
This commit is contained in:
parent
3fff4cff6e
commit
e6f059a96c
@ -34,7 +34,7 @@ MAN= devd.8 devd.conf.5
|
||||
|
||||
NO_SHARED?=YES
|
||||
|
||||
LIBADD= l util
|
||||
LIBADD= util
|
||||
|
||||
YFLAGS+=-v
|
||||
CFLAGS+=-I. -I${.CURDIR}
|
||||
|
@ -50,6 +50,7 @@ update_lineno(const char *cp)
|
||||
|
||||
%}
|
||||
|
||||
%option noyywrap
|
||||
%option nounput
|
||||
%option noinput
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user