diff options
author | Jan Maria Matejka <mq@ucw.cz> | 2018-08-14 14:36:44 +0200 |
---|---|---|
committer | Jan Maria Matejka <mq@ucw.cz> | 2018-08-14 14:36:44 +0200 |
commit | 7ffc0a6534fb66ad27d22984e25bd0789f4404b6 (patch) | |
tree | 873979e975695abc7929178df20e544731ce8d4a /conf | |
parent | 78ca6ea8f0b8ab312b1e0ef56629a18e3efbce42 (diff) |
Bison: A bit more verbose error messages in config.
Diffstat (limited to 'conf')
-rw-r--r-- | conf/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/conf/Makefile b/conf/Makefile index 47024d26..39628bff 100644 --- a/conf/Makefile +++ b/conf/Makefile @@ -20,7 +20,7 @@ $(o)commands.h: | $(s)gen_commands.m4 $(srcdir)/client/cmds.m4 $(o)cf-parse.tab.h: $(o)cf-parse.tab.c $(o)cf-parse.tab.c: $(o)cf-parse.y - $(BISON) $(BISON_DEBUG) -dv -pcf_ -b $(@:.tab.c=) $< + $(BISON) $(BISON_DEBUG) $(BISONFLAGS) -dv -pcf_ -b $(@:.tab.c=) $< $(o)cf-lex.c: $(s)cf-lex.l $(FLEX) $(FLEX_DEBUG) -s -B -8 -Pcf_ -o$@ $< |