aboutsummaryrefslogtreecommitdiff
path: root/src/backend/access/gist
diff options
context:
space:
mode:
authorMarc G. Fournier <scrappy@hub.org>1997-12-20 00:29:35 +0000
committerMarc G. Fournier <scrappy@hub.org>1997-12-20 00:29:35 +0000
commit6e337eef45c10391edfb202fc2332270faf72ce8 (patch)
tree120604b06873e80578f4598e892272fc6d400b02 /src/backend/access/gist
parent10ff1eea60bbd4e8ac96bbc243a19326f4a6de38 (diff)
downloadpostgresql-6e337eef45c10391edfb202fc2332270faf72ce8.tar.gz
postgresql-6e337eef45c10391edfb202fc2332270faf72ce8.zip
Major cleanout of PORTNAME variables from Makefiles...bound to screw up
some of the ports...
Diffstat (limited to 'src/backend/access/gist')
-rw-r--r--src/backend/access/gist/Makefile6
1 files changed, 1 insertions, 5 deletions
diff --git a/src/backend/access/gist/Makefile b/src/backend/access/gist/Makefile
index de695c47779..62be5d4d1cb 100644
--- a/src/backend/access/gist/Makefile
+++ b/src/backend/access/gist/Makefile
@@ -4,7 +4,7 @@
# Makefile for access/gist
#
# IDENTIFICATION
-# $Header: /cvsroot/pgsql/src/backend/access/gist/Makefile,v 1.4 1997/12/17 04:30:47 scrappy Exp $
+# $Header: /cvsroot/pgsql/src/backend/access/gist/Makefile,v 1.5 1997/12/20 00:22:16 scrappy Exp $
#
#-------------------------------------------------------------------------
@@ -13,10 +13,6 @@ include ../../../Makefile.global
INCLUDE_OPT = -I../..
-ifdef PORTNAME
-INCLUDE_OPT += -I../../port/$(PORTNAME)
-endif
-
CFLAGS += $(INCLUDE_OPT)
OBJS = gist.o gistget.o gistscan.o giststrat.o