projects
/
postgresql.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ec86e4b
)
Add CFLAGS+=-DPOSTPORT=... so we can take it out of the global CFLAGS.
author
Bryan Henderson
Fri, 25 Oct 1996 09:22:30 +0000
(09:22 +0000)
committer
Bryan Henderson
Fri, 25 Oct 1996 09:22:30 +0000
(09:22 +0000)
src/interfaces/libpq/Makefile
patch
|
blob
|
blame
|
history
diff --git
a/src/interfaces/libpq/Makefile
b/src/interfaces/libpq/Makefile
index 7523e59e14a8d4451b222acb3740c21ae326c143..0fc6b041bb804da37fc743d71930d11ec7bda054 100644
(file)
--- a/
src/interfaces/libpq/Makefile
+++ b/
src/interfaces/libpq/Makefile
@@
-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