Skip to content
Snippets Groups Projects
Commit ba697c8c authored by Marc G. Fournier's avatar Marc G. Fournier
Browse files

Fix a problem with Linux where yacc is *really* bison -y

parent be0e8f7f
No related branches found
No related tags found
No related merge requests found
......@@ -7,4 +7,4 @@ SRCH_LIB:
USE_LOCALE:no
DLSUFFIX:.so
YFLAGS:-d
YACC:
YACC: bison -y
......@@ -7,4 +7,4 @@ SRCH_LIB:
USE_LOCALE:no
DLSUFFIX:.o
YFLAGS:-d
YACC:
YACC: bison -y
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment