summaryrefslogtreecommitdiff
path: root/usr.bin/lex
diff options
context:
space:
mode:
authorAlexander Kabaev <kan@FreeBSD.org>2003-07-11 05:30:58 +0000
committerAlexander Kabaev <kan@FreeBSD.org>2003-07-11 05:30:58 +0000
commite9f8ce2eea63a2d6301a1b5c713302a7714f2436 (patch)
treeda40a434a6387055f6efc74ea1f6ab1d1d8ff8bb /usr.bin/lex
parentf2edfd7617f147bd1d8d8cd7c14a03969561f382 (diff)
downloadsrc-test-e9f8ce2eea63a2d6301a1b5c713302a7714f2436.tar.gz
src-test-e9f8ce2eea63a2d6301a1b5c713302a7714f2436.zip
Point to the new C++ include files location.
Notes
Notes: svn path=/head/; revision=117427
Diffstat (limited to 'usr.bin/lex')
-rw-r--r--usr.bin/lex/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/usr.bin/lex/Makefile b/usr.bin/lex/Makefile
index 479cda5339f30..5b7b6b23902ce 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