Commit ceabf8ca authored by Marc G. Fournier's avatar Marc G. Fournier

Make it entirely possible for PORTNAME to be undefined

parent 6bdcad66
...@@ -7,7 +7,7 @@ ...@@ -7,7 +7,7 @@
# #
# #
# IDENTIFICATION # 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 # NOTES
# Essentially all Postgres make files include this file and use the # Essentially all Postgres make files include this file and use the
...@@ -286,4 +286,6 @@ ifdef PROFILE ...@@ -286,4 +286,6 @@ ifdef PROFILE
endif endif
# Globally pass PORTNAME # Globally pass PORTNAME
CFLAGS+= -D$(PORTNAME) ifdef PORTNAME
CFLAGS+= -D$(PORTNAME)
endif
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment