We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent df73854 commit 4a14945Copy full SHA for 4a14945
src/Makefile.global
@@ -7,7 +7,7 @@
7
#
8
9
# IDENTIFICATION
10
-# $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 $
11
12
# NOTES
13
# This is seen by any Makefiles that include mk/postgres.mk. To
@@ -279,7 +279,7 @@ endif
279
280
# Globally pass PORTNAME
281
CFLAGS+= -DPORTNAME_$(PORTNAME)
282
-CFLAGS += -I ../../backend/port/$(PORTNAME)
+CFLAGS += -I../../backend/port/$(PORTNAME)
283
284
# Globally pass the default TCP port for postmaster(1).
285
CFLAGS+= -DPOSTPORT='"$(POSTPORT)"'
0 commit comments