mirror of
https://github.com/postgres/postgres.git
synced 2025-05-03 22:24:49 +03:00
Fix a problem with Linux where yacc is *really* bison -y
This commit is contained in:
parent
be0e8f7fb0
commit
ba697c8c0b
@ -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:
|
|||||||
USE_LOCALE:no
|
USE_LOCALE:no
|
||||||
DLSUFFIX:.o
|
DLSUFFIX:.o
|
||||||
YFLAGS:-d
|
YFLAGS:-d
|
||||||
YACC:
|
YACC: bison -y
|
||||||
|
Loading…
x
Reference in New Issue
Block a user