From e9603092fb3c6670c2a3beba59a58468a8fdafcd Mon Sep 17 00:00:00 2001 From: Julien Pivotto Date: Mon, 16 May 2016 23:53:12 +0200 Subject: [PATCH] checkpolicy: set flex as default lexer This makes the checkpolicy Makefile consistent with the Makefile present in libsemanage and libsepol. --- checkpolicy/Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/checkpolicy/Makefile b/checkpolicy/Makefile index e5fae3df..53a30745 100644 --- a/checkpolicy/Makefile +++ b/checkpolicy/Makefile @@ -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