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

This commit is contained in:
Bryan Henderson 1996-10-25 09:22:30 +00:00
parent ec86e4b95b
commit e18d49d82a
1 changed files with 3 additions and 1 deletions

View File

@ -7,7 +7,7 @@
#
#
# 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 \
-I../backend \
-I. \
CFLAGS+= -DPOSTPORT='"$(POSTPORT)"'
ifdef KRBVERS
CFLAGS+= $(KRBFLAGS)
endif