Skip to content

Commit 47e86ca

Browse files
authored
Merge pull request #4586 from diffblue/Wno-yacc
remove -y bison option
2 parents 21476dd + bc7175d commit 47e86ca

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/common

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ else
8585
endif
8686
endif
8787
ifeq ($(origin YACC),default)
88-
YACC = bison -y
88+
YACC = bison
8989
endif
9090
YFLAGS ?= -v
9191
ifeq ($(origin LEX),default)

0 commit comments

Comments
 (0)