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

MFC after:	3 days
This commit is contained in:
bapt 2019-09-10 07:20:32 +00:00
parent cb4ab4200a
commit ca7a23bd07
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 */