Point to the new C++ include files location.

This commit is contained in:
Alexander Kabaev 2003-07-11 05:30:58 +00:00
parent f2edfd7617
commit e9f8ce2eea
1 changed files with 1 additions and 1 deletions

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}/g++
INCSDIR= ${INCLUDEDIR}/c++/3.3
MLINKS+= lex.1 flex.1
MLINKS+= lex.1 flex++.1
MLINKS+= lex.1 lex++.1