mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
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.
This commit is contained in:
parent
1cedef8f7f
commit
e9b659753c
1 changed files with 1 additions and 1 deletions
|
|
@ -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}
|
||||
|
|
|
|||
Loading…
Reference in a new issue