Commit ba697c8c authored by Marc G. Fournier's avatar Marc G. Fournier

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

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