From: Ben Gras Date: Sun, 27 Jun 2010 23:46:23 +0000 (+0000) Subject: sep ${.OBJDIR} fixes by Antoine Leica. X-Git-Tag: v3.1.8~325 X-Git-Url: http://zhaoyanbai.com/repos/man.dnssec-revoke.html?a=commitdiff_plain;h=a3db59df6f15965e1145908f056800586095a764;p=minix.git sep ${.OBJDIR} fixes by Antoine Leica. --- 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