summaryrefslogtreecommitdiffstats
path: root/src/Makefile.in
diff options
context:
space:
mode:
authorPatrick McHardy <kaber@trash.net>2010-07-06 05:57:00 +0200
committerPatrick McHardy <kaber@trash.net>2010-07-06 05:57:00 +0200
commit882a58ec5c8405470cf7550218682b3144dd7cb8 (patch)
treeae455b1d36fbf71dd169b0082245cc2b1c6a393f /src/Makefile.in
parent236838e0a2b1694c72098411802f411eccba7d12 (diff)
parser: support bison >= 2.4
Work around stange behaviour in bison >= 2.4 (see large comment in parser.y for details) and remove the skeleton file since it does not work with 2.4 anymore. Its only purpose was to increase the amount of possible tokens reported in error messages anyways. Signed-off-by: Patrick McHardy <kaber@trash.net>
Diffstat (limited to 'src/Makefile.in')
-rw-r--r--src/Makefile.in1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/Makefile.in b/src/Makefile.in
index 3c933070..6bfcd645 100644
--- a/src/Makefile.in
+++ b/src/Makefile.in
@@ -1,5 +1,4 @@
PROGRAMS += nft
-YACCFLAGS += --skeleton=../../..$(shell pwd)/src/parser-skeleton.c
nft-destdir := @sbindir@