checkpolicy: set flex as default lexer

This makes the checkpolicy Makefile consistent with the Makefile present
in libsemanage and libsepol.
This commit is contained in:
Julien Pivotto 2016-05-16 23:53:12 +02:00 committed by Stephen Smalley
parent 44e92a6959
commit e9603092fb
1 changed files with 1 additions and 0 deletions

View File

@ -8,6 +8,7 @@ LIBDIR ?= $(PREFIX)/lib
INCLUDEDIR ?= $(PREFIX)/include
TARGETS = checkpolicy checkmodule
LEX = flex
YACC = bison -y
CFLAGS ?= -g -Wall -Werror -Wshadow -O2 -pipe -fno-strict-aliasing