Skip to content

Commit 9921eae

Browse files
committed
Add YACC= bison -y as per Andrew's request...
1 parent f389e9d commit 9921eae

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/Makefile.global

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
#
88
#
99
# IDENTIFICATION
10-
# $Header: /cvsroot/pgsql/src/Attic/Makefile.global,v 1.98 1997/01/24 16:18:50 scrappy Exp $
10+
# $Header: /cvsroot/pgsql/src/Attic/Makefile.global,v 1.99 1997/01/25 19:19:35 scrappy Exp $
1111
#
1212
# NOTES
1313
# Essentially all Postgres make files include this file and use the
@@ -580,6 +580,7 @@ endif
580580
MK_NO_LORDER= true
581581

582582
CC= gcc
583+
YACC= bison -y
583584

584585
# use the regex library
585586
USE_REGEX= 1

0 commit comments

Comments
 (0)