Skip to content

Commit fe6d19f

Browse files
author
Thomas G. Lockhart
committed
Add Taral's test for flags required by the detected cpp program to read
from stdin. Necessary at least for systems missing cpp but having gcc -E. Include new configured file backend/catalog/genbki.sh.
1 parent 56792f3 commit fe6d19f

File tree

3 files changed

+372
-291
lines changed

3 files changed

+372
-291
lines changed

src/Makefile.global.in

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/Makefile.global.in,v 1.49 1998/10/13 16:30:45 momjian Exp $
10+
# $Header: /cvsroot/pgsql/src/Makefile.global.in,v 1.50 1998/10/14 16:02:10 thomas Exp $
1111
#
1212
# NOTES
1313
# Essentially all Postgres make files include this file and use the
@@ -191,6 +191,7 @@ BACKSLASH_C= @BACKSLASH_C@
191191
# See the subdirectory template for default settings for these
192192
#-------------------------------------------------------------
193193
CC= @CC@
194+
CPP= @CPP@
194195
YFLAGS= @YFLAGS@
195196
YACC= @YACC@
196197
LEX= @LEX@

0 commit comments

Comments
 (0)