summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarc G. Fournier <scrappy@hub.org>1996-10-09 20:33:53 +0000
committerMarc G. Fournier <scrappy@hub.org>1996-10-09 20:33:53 +0000
commit4a1494569973d312d72c8027d0ee4a451988f476 (patch)
tree8f1d86b6e9896373244b89f3aa0e393ffa598fe3
parentdf738547d7d82e692e73aba72bd362956e0638e3 (diff)
downloadpostgresql-4a1494569973d312d72c8027d0ee4a451988f476.tar.gz
Oops...thought we fixed the bug with the -I ../.. problem :(
-rw-r--r--src/Makefile.global4
1 files 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)"'