Stop the practice of installing external headers into GCC-specific directory.

Install FlexLexer.h into /usr/include directly.
This commit is contained in:
Alexander Kabaev 2004-07-30 00:08:15 +00:00
parent 1c04639879
commit 9eaa475e3e

View File

@ -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