mirror of
https://github.com/postgres/postgres.git
synced 2025-05-28 00:03:23 -04:00
Make it entirely possible for PORTNAME to be undefined
This commit is contained in:
parent
6bdcad66e4
commit
ceabf8cab9
@ -7,7 +7,7 @@
|
||||
#
|
||||
#
|
||||
# IDENTIFICATION
|
||||
# $Header: /cvsroot/pgsql/src/Makefile.global.in,v 1.27 1997/10/30 04:46:39 momjian Exp $
|
||||
# $Header: /cvsroot/pgsql/src/Makefile.global.in,v 1.28 1997/12/17 04:03:30 scrappy Exp $
|
||||
#
|
||||
# NOTES
|
||||
# Essentially all Postgres make files include this file and use the
|
||||
@ -286,4 +286,6 @@ ifdef PROFILE
|
||||
endif
|
||||
|
||||
# Globally pass PORTNAME
|
||||
CFLAGS+= -D$(PORTNAME)
|
||||
ifdef PORTNAME
|
||||
CFLAGS+= -D$(PORTNAME)
|
||||
endif
|
||||
|
Loading…
x
Reference in New Issue
Block a user