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 1da12ff commit 672aec6Copy full SHA for 672aec6
src/Makefile.global
@@ -7,7 +7,7 @@
7
#
8
9
# IDENTIFICATION
10
-# $Header: /cvsroot/pgsql/src/Attic/Makefile.global,v 1.25 1996/08/21 04:08:17 scrappy Exp $
+# $Header: /cvsroot/pgsql/src/Attic/Makefile.global,v 1.26 1996/08/27 06:52:34 scrappy Exp $
11
12
# NOTES
13
# This is seen by any Makefiles that include mk/postgres.mk. To
@@ -274,7 +274,7 @@ LDFLAGS+= $(PROFILE)
274
endif
275
276
# Globally pass PORTNAME
277
-CFLAGS+= -DPORTNAME_$(PORTNAME)
+CFLAGS+= -DPORTNAME_$(PORTNAME) -D$(PORTNAME)
278
CFLAGS += -I../../backend/port/$(PORTNAME)
279
280
# Globally pass the default TCP port for postmaster(1).
0 commit comments