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

Commit 672aec6

Browse files
committed
Reduce -DPORTNAME_$(PORTNAME) down to just -D$(PORTNAME)
1 parent 1da12ff commit 672aec6

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.25 1996/08/21 04:08:17 scrappy Exp $
10+
# $Header: /cvsroot/pgsql/src/Attic/Makefile.global,v 1.26 1996/08/27 06:52:34 scrappy Exp $
1111
#
1212
# NOTES
1313
# This is seen by any Makefiles that include mk/postgres.mk. To
@@ -274,7 +274,7 @@ LDFLAGS+= $(PROFILE)
274274
endif
275275

276276
# Globally pass PORTNAME
277-
CFLAGS+= -DPORTNAME_$(PORTNAME)
277+
CFLAGS+= -DPORTNAME_$(PORTNAME) -D$(PORTNAME)
278278
CFLAGS += -I../../backend/port/$(PORTNAME)
279279

280280
# Globally pass the default TCP port for postmaster(1).

0 commit comments

Comments
 (0)