From e9f8ce2eea63a2d6301a1b5c713302a7714f2436 Mon Sep 17 00:00:00 2001 From: Alexander Kabaev Date: Fri, 11 Jul 2003 05:30:58 +0000 Subject: [PATCH] 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 479cda5339f..5b7b6b23902 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 -- 2.45.2