by specifyng we do not use yywrap we can avoid linking to libl and liby

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

View File

@ -23,7 +23,7 @@ YFLAGS= -d
WARNS?= 2
LIBADD= ipsec l y
LIBADD= ipsec
CLEANFILES= y.tab.h
SRCS+= y.tab.h

View File

@ -60,6 +60,7 @@ void yyerror(const char *);
int yylex(void);
%}
%option noyywrap
%option nounput
/* common section */