aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorWarner Losh <imp@FreeBSD.org>2019-06-02 16:44:50 +0000
committerWarner Losh <imp@FreeBSD.org>2021-07-10 18:24:20 +0000
commitf2712c6c073c58d64863e452e7a75b413834a80a (patch)
treefe5859f59d8d861bf32ba314af0d396c95d130db
parent6edf5082bab71cf923efff9f18e38efe5b83b0ec (diff)
downloadsrc-f2712c6c073c58d64863e452e7a75b413834a80a.tar.gz
src-f2712c6c073c58d64863e452e7a75b413834a80a.zip
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. (cherry picked from commit e9b659753c07b539df17441012b0bfa5ebdbe0ea)
-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}