Stop linking to libl by specifying we do not need yywrap
MFC after: 3 days
This commit is contained in:
parent
35f36f825a
commit
36ad097f9b
@ -10,8 +10,6 @@ PACKAGE=apm
|
||||
|
||||
WARNS?= 3
|
||||
|
||||
LIBADD= l
|
||||
|
||||
CFLAGS+= -I${.CURDIR}
|
||||
|
||||
test:
|
||||
|
@ -44,6 +44,7 @@ int first_time;
|
||||
%}
|
||||
|
||||
/* We don't need it, avoid the warning. */
|
||||
%option noyywrap
|
||||
%option nounput
|
||||
%option noinput
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user