From 2c309259f3e050940e7a5bdd2613a5df3b32985e Mon Sep 17 00:00:00 2001 From: kan Date: Fri, 11 Jul 2003 05:30:58 +0000 Subject: Point to the new C++ include files location. --- usr.bin/lex/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/usr.bin/lex/Makefile b/usr.bin/lex/Makefile index 479cda5..5b7b6b2 100644 --- a/usr.bin/lex/Makefile +++ b/usr.bin/lex/Makefile @@ -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 -- cgit v1.1