From 882a58ec5c8405470cf7550218682b3144dd7cb8 Mon Sep 17 00:00:00 2001 From: Patrick McHardy Date: Tue, 6 Jul 2010 05:57:00 +0200 Subject: 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 --- src/Makefile.in | 1 - 1 file changed, 1 deletion(-) (limited to 'src/Makefile.in') 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@ -- cgit v1.2.3