diff options
author | Marc G. Fournier <scrappy@hub.org> | 1996-08-28 01:50:01 +0000 |
---|---|---|
committer | Marc G. Fournier <scrappy@hub.org> | 1996-08-28 01:50:01 +0000 |
commit | 5c0d6ccdbfe9b13bbe774b0334b6be6f709a4099 (patch) | |
tree | 96579c673729a917dbde803c7578379d53327a3a | |
parent | ad5a3141a2d8601880d35d39686f2e746e9055e4 (diff) | |
download | postgresql-5c0d6ccdbfe9b13bbe774b0334b6be6f709a4099.tar.gz postgresql-5c0d6ccdbfe9b13bbe774b0334b6be6f709a4099.zip |
Redundant -I pointer to port/<portname>
-rw-r--r-- | src/Makefile.global | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/Makefile.global b/src/Makefile.global index fa9c577da04..ed801e4f82b 100644 --- a/src/Makefile.global +++ b/src/Makefile.global @@ -7,7 +7,7 @@ # # # IDENTIFICATION -# $Header: /cvsroot/pgsql/src/Attic/Makefile.global,v 1.27 1996/08/27 07:41:17 scrappy Exp $ +# $Header: /cvsroot/pgsql/src/Attic/Makefile.global,v 1.28 1996/08/28 01:50:01 scrappy Exp $ # # NOTES # This is seen by any Makefiles that include mk/postgres.mk. To @@ -275,7 +275,6 @@ endif # Globally pass PORTNAME CFLAGS+= -DPORTNAME_$(PORTNAME) -D$(PORTNAME) -CFLAGS += -I../../backend/port/$(PORTNAME) # Globally pass the default TCP port for postmaster(1). CFLAGS+= -DPOSTPORT='"5432"' |