Commit e18d49d8 authored by Bryan Henderson's avatar Bryan Henderson

Add CFLAGS+=-DPOSTPORT=... so we can take it out of the global CFLAGS.

parent ec86e4b9
...@@ -7,7 +7,7 @@ ...@@ -7,7 +7,7 @@
# #
# #
# IDENTIFICATION # IDENTIFICATION
# $Header: /cvsroot/pgsql/src/interfaces/libpq/Makefile,v 1.7 1996/09/25 19:37:31 momjian Exp $ # $Header: /cvsroot/pgsql/src/interfaces/libpq/Makefile,v 1.8 1996/10/25 09:22:30 bryanh Exp $
# #
#------------------------------------------------------------------------- #-------------------------------------------------------------------------
...@@ -19,6 +19,8 @@ CFLAGS+= -I../backend/include \ ...@@ -19,6 +19,8 @@ CFLAGS+= -I../backend/include \
-I../backend \ -I../backend \
-I. \ -I. \
CFLAGS+= -DPOSTPORT='"$(POSTPORT)"'
ifdef KRBVERS ifdef KRBVERS
CFLAGS+= $(KRBFLAGS) CFLAGS+= $(KRBFLAGS)
endif 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