8000
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 7ef04b2 commit fd3b829Copy full SHA for fd3b829
src/Makefile.global
@@ -7,7 +7,7 @@
7
#
8
9
# IDENTIFICATION
10
-# $Header: /cvsroot/pgsql/src/Attic/Makefile.global,v 1.19 1996/07/31 18:55:49 scrappy Exp $
+# $Header: /cvsroot/pgsql/src/Attic/Makefile.global,v 1.20 1996/08/06 16:05:56 scrappy Exp $
11
12
# NOTES
1 6E53 3
13
# This is seen by any Makefiles that include mk/postgres.mk. To
@@ -273,7 +273,7 @@ endif
273
274
# Globally pass PORTNAME
275
CFLAGS+= -DPORTNAME_$(PORTNAME)
276
-CFLAGS += -I ../../backend/port/$(PORTNAME)
+CFLAGS += -I../../backend/port/$(PORTNAME)
277
278
# Globally pass the default TCP port for postmaster(1).
279
CFLAGS+= -DPOSTPORT='"5432"'
0 commit comments