Add YACC= bison -y as per Andrew's request...

This commit is contained in:
Marc G. Fournier 1997-01-25 19:19:35 +00:00
parent f389e9dfc2
commit 9921eae7a5
1 changed files with 2 additions and 1 deletions

View File

@ -7,7 +7,7 @@
#
#
# IDENTIFICATION
# $Header: /cvsroot/pgsql/src/Attic/Makefile.global,v 1.98 1997/01/24 16:18:50 scrappy Exp $
# $Header: /cvsroot/pgsql/src/Attic/Makefile.global,v 1.99 1997/01/25 19:19:35 scrappy Exp $
#
# NOTES
# Essentially all Postgres make files include this file and use the
@ -580,6 +580,7 @@ endif
MK_NO_LORDER= true
CC= gcc
YACC= bison -y
# use the regex library
USE_REGEX= 1