diff options
author | Marc G. Fournier | 1997-01-25 19:19:35 +0000 |
---|---|---|
committer | Marc G. Fournier | 1997-01-25 19:19:35 +0000 |
commit | 9921eae7a5e45b0530be1a9ea99100b59a6fa923 (patch) | |
tree | d3069fd86a96d71ade5edf034e380d76f0a0ddb5 /src | |
parent | f389e9dfc2113b1e1655fd4d0cb8c98ebd880fc1 (diff) |
Add YACC= bison -y as per Andrew's request...
Diffstat (limited to 'src')
-rw-r--r-- | src/Makefile.global | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/Makefile.global b/src/Makefile.global index 1be8c432ace..647ebc4db7e 100644 --- a/src/Makefile.global +++ b/src/Makefile.global @@ -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 |