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
This commit is contained in:
commit
34cf085036
1 changed files with 2 additions and 2 deletions
|
@ -32,9 +32,9 @@ INSTALL_CONFDIR=${DESTDIR}${CONFDIR}
|
|||
LOCALEDIR=/usr/share/locale
|
||||
MANPAGES=apparmor.d.5 apparmor.7 apparmor_parser.8 subdomain.conf.5 aa-teardown.8
|
||||
|
||||
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