Stop linking to libl by specifying we do not need yywrap

MFC after:	3 days
This commit is contained in:
Baptiste Daroussin 2019-09-10 07:23:01 +00:00
parent 35f36f825a
commit 36ad097f9b
2 changed files with 1 additions and 2 deletions

View File

@ -10,8 +10,6 @@ PACKAGE=apm
WARNS?= 3
LIBADD= l
CFLAGS+= -I${.CURDIR}
test:

View File

@ -44,6 +44,7 @@ int first_time;
%}
/* We don't need it, avoid the warning. */
%option noyywrap
%option nounput
%option noinput