From: Marc G. Fournier Date: Wed, 9 Oct 1996 20:33:53 +0000 (+0000) Subject: Oops...thought we fixed the bug with the -I ../.. problem :( X-Git-Tag: PG95-1_09~22 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=4a1494569973d312d72c8027d0ee4a451988f476;p=postgresql Oops...thought we fixed the bug with the -I ../.. problem :( --- diff --git a/src/Makefile.global b/src/Makefile.global index e8e841ab57..fd597d3818 100644 --- a/src/Makefile.global +++ b/src/Makefile.global @@ -7,7 +7,7 @@ # # # IDENTIFICATION -# $Header: /cvsroot/pgsql/src/Attic/Makefile.global,v 1.19.2.8 1996/09/21 19:11:22 scrappy Exp $ +# $Header: /cvsroot/pgsql/src/Attic/Makefile.global,v 1.19.2.9 1996/10/09 20:33:53 scrappy Exp $ # # NOTES # This is seen by any Makefiles that include mk/postgres.mk. To @@ -279,7 +279,7 @@ endif # Globally pass PORTNAME CFLAGS+= -DPORTNAME_$(PORTNAME) -CFLAGS += -I ../../backend/port/$(PORTNAME) +CFLAGS += -I../../backend/port/$(PORTNAME) # Globally pass the default TCP port for postmaster(1). CFLAGS+= -DPOSTPORT='"$(POSTPORT)"'