aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--usr.bin/awk/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/usr.bin/awk/Makefile b/usr.bin/awk/Makefile
index fc032f66459b..d31e811bbec5 100644
--- a/usr.bin/awk/Makefile
+++ b/usr.bin/awk/Makefile
@@ -23,7 +23,7 @@ awkgram.tab.h: awkgram.h
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: awkgram.tab.h maketab.c ${BUILD_TOOLS_META}