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
@ -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 New Issue
Block a user