Commit 9921eae7 authored by Marc G. Fournier's avatar Marc G. Fournier

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

parent f389e9df
...@@ -7,7 +7,7 @@ ...@@ -7,7 +7,7 @@
# #
# #
# IDENTIFICATION # 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 # NOTES
# Essentially all Postgres make files include this file and use the # Essentially all Postgres make files include this file and use the
...@@ -580,6 +580,7 @@ endif ...@@ -580,6 +580,7 @@ endif
MK_NO_LORDER= true MK_NO_LORDER= true
CC= gcc CC= gcc
YACC= bison -y
# use the regex library # use the regex library
USE_REGEX= 1 USE_REGEX= 1
......
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