projects
/
users
/
c2main
/
postgres.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f389e9d
)
Add YACC= bison -y as per Andrew's request...
author
Marc G. Fournier
<scrappy@hub.org>
Sat, 25 Jan 1997 19:19:35 +0000
(19:19 +0000)
committer
Marc G. Fournier
<scrappy@hub.org>
Sat, 25 Jan 1997 19:19:35 +0000
(19:19 +0000)
src/Makefile.global
patch
|
blob
|
blame
|
history
diff --git
a/src/Makefile.global
b/src/Makefile.global
index 1be8c432acec3c4fe813cdbeaf7f443ff9981d90..647ebc4db7e1fdf12ccf708567f98bc79e9d6624 100644
(file)
--- a/
src/Makefile.global
+++ b/
src/Makefile.global
@@
-7,7
+7,7
@@
#
#
# IDENTIFICATION
-# $Header: /cvsroot/pgsql/src/Attic/Makefile.global,v 1.9
8 1997/01/24 16:18:50
scrappy Exp $
+# $Header: /cvsroot/pgsql/src/Attic/Makefile.global,v 1.9
9 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