freebsd-nq/usr.bin/awk
Warner Losh a226a9cf8e awk: use awkgram.tab.h consistently
yacc makes awkgram.h. However, one true awk includes awkgram.tab.h, so
we link to for the builds. Make sure that we consistently link to it.
Also, restore the awkgram.tab.h dependency to maketab. It should not
have been deleted, despite apparently making meta build on stable/12
work. The important missing arc was proctab.c's dependence on
awkgram.tab.h.

MFC After:	1 day (build breakage)
Fixes:		c50c8502cb
Sponsored by:	Netflix
2021-07-31 16:24:12 -06:00
..
tests
awk.1 awk: Document deprecated behavior of hex constants and locales. 2021-07-30 23:41:39 -06:00
Makefile awk: use awkgram.tab.h consistently 2021-07-31 16:24:12 -06:00
Makefile.depend