8000 Oops...thought we fixed the bug with the -I ../.. problem :( · koderP/postgres@4a14945 · GitHub
[go: up one dir, main page]

Skip to content

Commit 4a14945

Browse files
committed
Oops...thought we fixed the bug with the -I ../.. problem :(
1 parent df73854 commit 4a14945

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/Makefile.global

Lines changed: 2 additions & 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.19.2.8 1996/09/21 19:11:22 scrappy Exp $
10+
# $Header: /cvsroot/pgsql/src/Attic/Makefile.global,v 1.19.2.9 1996/10/09 20:33:53 scrappy Exp $
1111
#
1212
# NOTES
1313
# This is seen by any Makefiles that include mk/postgres.mk. To
@@ -279,7 +279,7 @@ endif
279279

280280
# Globally pass PORTNAME
281281
CFLAGS+= -DPORTNAME_$(PORTNAME)
282-
CFLAGS += -I ../../backend/port/$(PORTNAME)
282+
CFLAGS += -I../../backend/port/$(PORTNAME)
283283

284284
# Globally pass the default TCP port for postmaster(1).
285285
CFLAGS+= -DPOSTPORT='"$(POSTPORT)"'

0 commit comments

Comments
 (0)
0