From a3db59df6f15965e1145908f056800586095a764 Mon Sep 17 00:00:00 2001 From: Ben Gras Date: Sun, 27 Jun 2010 23:46:23 +0000 Subject: [PATCH] sep ${.OBJDIR} fixes by Antoine Leica. --- commands/awk/Makefile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/commands/awk/Makefile b/commands/awk/Makefile index 24898ca32..469184f10 100644 --- a/commands/awk/Makefile +++ b/commands/awk/Makefile @@ -5,6 +5,8 @@ SRCS= awkgram.y b.c lex.c lib.c main.c parse.c proctab.c run.c tran.c YHEADER= yes QUIET_YACC= yes +CPPFLAGS+= -I. -I${.CURDIR} + build-tools: maketab proctab.c: maketab -- 2.44.0