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:
parent
44e92a6959
commit
e9603092fb
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue