From 9eaa475e3e80c5b795c7769890c4e97ef46a3ebe Mon Sep 17 00:00:00 2001 From: Alexander Kabaev Date: Fri, 30 Jul 2004 00:08:15 +0000 Subject: [PATCH] Stop the practice of installing external headers into GCC-specific directory. Install FlexLexer.h into /usr/include directly. --- 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 5b7b6b23902..6d0ea5b44ec 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}/c++/3.3 +INCSDIR= ${INCLUDEDIR} MLINKS+= lex.1 flex.1 MLINKS+= lex.1 flex++.1 MLINKS+= lex.1 lex++.1