Had a space in CFLAGS+= -I ..
Submitted by: Andrew Martin <martin@biochemistry.ucl.ac.uk>
This commit is contained in:
parent
7ef04b25cc
commit
fd3b829959
@ -7,7 +7,7 @@
|
|||||||
#
|
#
|
||||||
#
|
#
|
||||||
# IDENTIFICATION
|
# IDENTIFICATION
|
||||||
# $Header: /cvsroot/pgsql/src/Attic/Makefile.global,v 1.19 1996/07/31 18:55:49 scrappy Exp $
|
# $Header: /cvsroot/pgsql/src/Attic/Makefile.global,v 1.20 1996/08/06 16:05:56 scrappy Exp $
|
||||||
#
|
#
|
||||||
# NOTES
|
# NOTES
|
||||||
# This is seen by any Makefiles that include mk/postgres.mk. To
|
# This is seen by any Makefiles that include mk/postgres.mk. To
|
||||||
@ -273,7 +273,7 @@ endif
|
|||||||
|
|
||||||
# Globally pass PORTNAME
|
# Globally pass PORTNAME
|
||||||
CFLAGS+= -DPORTNAME_$(PORTNAME)
|
CFLAGS+= -DPORTNAME_$(PORTNAME)
|
||||||
CFLAGS += -I ../../backend/port/$(PORTNAME)
|
CFLAGS += -I../../backend/port/$(PORTNAME)
|
||||||
|
|
||||||
# Globally pass the default TCP port for postmaster(1).
|
# Globally pass the default TCP port for postmaster(1).
|
||||||
CFLAGS+= -DPOSTPORT='"5432"'
|
CFLAGS+= -DPOSTPORT='"5432"'
|
||||||
|
Loading…
x
Reference in New Issue
Block a user