From e9b659753c07b539df17441012b0bfa5ebdbe0ea Mon Sep 17 00:00:00 2001 From: Warner Losh Date: Sun, 2 Jun 2019 16:44:50 +0000 Subject: [PATCH] This should have been committed in r348511 with the awk update. It was in my tree, the build worked, but I committed from contrib/one-true-awk rather than the top level, so was omitted. --- usr.bin/awk/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/usr.bin/awk/Makefile b/usr.bin/awk/Makefile index a7c0442d57d5..4ea401b99cd7 100644 --- a/usr.bin/awk/Makefile +++ b/usr.bin/awk/Makefile @@ -25,7 +25,7 @@ ytab.h: awkgram.c awkgram.h .NOMETA ln -sf ${.ALLSRC:M*.h} ${.TARGET} proctab.c: maketab - ${BTOOLSPATH:U.}/maketab > proctab.c + ${BTOOLSPATH:U.}/maketab awkgram.h > proctab.c build-tools: maketab maketab: ytab.h maketab.c ${BUILD_TOOLS_META}