mirror of
https://github.com/postgres/postgres.git
synced 2025-07-30 11:03:19 +03:00
Fix a problem with Linux where yacc is *really* bison -y
This commit is contained in:
@ -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
|
||||
|
Reference in New Issue
Block a user