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

This commit is contained in:
Marc G. Fournier 1997-04-16 14:13:51 +00:00
parent be0e8f7fb0
commit ba697c8c0b
2 changed files with 2 additions and 2 deletions

View File

@ -7,4 +7,4 @@ SRCH_LIB:
USE_LOCALE:no
DLSUFFIX:.so
YFLAGS:-d
YACC:
YACC: bison -y

View File

@ -7,4 +7,4 @@ SRCH_LIB:
USE_LOCALE:no
DLSUFFIX:.o
YFLAGS:-d
YACC:
YACC: bison -y