Commit 5c0d6ccd authored by Marc G. Fournier's avatar Marc G. Fournier

Redundant -I pointer to port/<portname>

parent ad5a3141
...@@ -7,7 +7,7 @@ ...@@ -7,7 +7,7 @@
# #
# #
# IDENTIFICATION # IDENTIFICATION
# $Header: /cvsroot/pgsql/src/Attic/Makefile.global,v 1.27 1996/08/27 07:41:17 scrappy Exp $ # $Header: /cvsroot/pgsql/src/Attic/Makefile.global,v 1.28 1996/08/28 01:50:01 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
...@@ -275,7 +275,6 @@ endif ...@@ -275,7 +275,6 @@ endif
# Globally pass PORTNAME # Globally pass PORTNAME
CFLAGS+= -DPORTNAME_$(PORTNAME) -D$(PORTNAME) CFLAGS+= -DPORTNAME_$(PORTNAME) -D$(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"'
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment