From 4a1494569973d312d72c8027d0ee4a451988f476 Mon Sep 17 00:00:00 2001 From: "Marc G. Fournier" Date: Wed, 9 Oct 1996 20:33:53 +0000 Subject: [PATCH] Oops...thought we fixed the bug with the -I ../.. problem :( --- src/Makefile.global | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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)"' -- 2.50.1