Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Commit 5c0d6cc

Browse files
committed
Redundant -I pointer to port/<portname>
1 parent ad5a314 commit 5c0d6cc

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/Makefile.global

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
#
88
#
99
# IDENTIFICATION
10-
# $Header: /cvsroot/pgsql/src/Attic/Makefile.global,v 1.27 1996/08/27 07:41:17 scrappy Exp $
10+
# $Header: /cvsroot/pgsql/src/Attic/Makefile.global,v 1.28 1996/08/28 01:50:01 scrappy Exp $
1111
#
1212
# NOTES
1313
# This is seen by any Makefiles that include mk/postgres.mk. To
@@ -275,7 +275,6 @@ endif
275275

276276
# Globally pass PORTNAME
277277
CFLAGS+= -DPORTNAME_$(PORTNAME) -D$(PORTNAME)
278-
CFLAGS += -I../../backend/port/$(PORTNAME)
279278

280279
# Globally pass the default TCP port for postmaster(1).
281280
CFLAGS+= -DPOSTPORT='"5432"'

0 commit comments

Comments
 (0)