mirror of
https://gitlab.com/apparmor/apparmor.git
synced 2025-03-04 08:24:42 +01:00
Merge branch 'fix-bison' into 'master'
parser: fix Makefile hardcoded paths to flex and bison Closes #4 See merge request apparmor/apparmor!224 Acked-by: Christian Boltz <apparmor@cboltz.de> for 2.10..master (cherry picked from commit34cf085036
)17e059a2
parser: fix Makefile hardcoded paths to flex and bison
This commit is contained in:
parent
3e527d903f
commit
4f8eaf8782
1 changed files with 2 additions and 2 deletions
|
@ -27,9 +27,9 @@ INSTALL_CONFDIR=${DESTDIR}${CONFDIR}
|
|||
LOCALEDIR=/usr/share/locale
|
||||
MANPAGES=apparmor.d.5 apparmor.7 apparmor_parser.8 subdomain.conf.5
|
||||
|
||||
YACC := /usr/bin/bison
|
||||
YACC := bison
|
||||
YFLAGS := -d
|
||||
LEX := /usr/bin/flex
|
||||
LEX := flex
|
||||
LEXFLAGS = -B -v
|
||||
WARNINGS = -Wall
|
||||
EXTRA_WARNINGS = -Wsign-compare -Wmissing-field-initializers -Wformat-security -Wunused-parameter
|
||||
|
|
Loading…
Add table
Reference in a new issue