]> git.ipfire.org Git - thirdparty/nftables.git/commit
build: fix recursive parser.h inclusion
authorPatrick McHardy <kaber@trash.net>
Thu, 16 Jan 2014 18:12:06 +0000 (18:12 +0000)
committerPatrick McHardy <kaber@trash.net>
Thu, 16 Jan 2014 18:12:06 +0000 (18:12 +0000)
commit998f010120cf91578717d3ed037bad16f80c963f
treecc7f1581da1c868925689b3027d3e5ebae5e2f3d
parent86b965bdab8dc8735c4a846ec09bfbbadfae780b
build: fix recursive parser.h inclusion

Ocassionally when regenerating the scanner or parser (not sure which),
recursive inclusion of the parser.h file occurs. The reason is that
bison doesn't generate a header sandwich to protect against this (*sigh*).

Change the makefile to do this manually.

Signed-off-by: Patrick McHardy <kaber@trash.net>
Makefile.rules.in