mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
Stop the practice of installing external headers into GCC-specific directory.
Install FlexLexer.h into /usr/include directly.
This commit is contained in:
parent
1c04639879
commit
9eaa475e3e
1 changed files with 1 additions and 1 deletions
|
|
@ -19,7 +19,7 @@ SRCS= scan.c ccl.c dfa.c ecs.c gen.c main.c misc.c nfa.c parse.y \
|
|||
LFLAGS+= -is
|
||||
CFLAGS+= -I. -I${.CURDIR}
|
||||
INCS= FlexLexer.h
|
||||
INCSDIR= ${INCLUDEDIR}/c++/3.3
|
||||
INCSDIR= ${INCLUDEDIR}
|
||||
MLINKS+= lex.1 flex.1
|
||||
MLINKS+= lex.1 flex++.1
|
||||
MLINKS+= lex.1 lex++.1
|
||||
|
|
|
|||
Loading…
Reference in a new issue