summaryrefslogtreecommitdiff
path: root/src/backend/bootstrap
diff options
context:
space:
mode:
authorMarc G. Fournier1997-12-20 00:29:35 +0000
committerMarc G. Fournier1997-12-20 00:29:35 +0000
commit6e337eef45c10391edfb202fc2332270faf72ce8 (patch)
tree120604b06873e80578f4598e892272fc6d400b02 /src/backend/bootstrap
parent10ff1eea60bbd4e8ac96bbc243a19326f4a6de38 (diff)
Major cleanout of PORTNAME variables from Makefiles...bound to screw up
some of the ports...
Diffstat (limited to 'src/backend/bootstrap')
-rw-r--r--src/backend/bootstrap/Makefile6
1 files changed, 1 insertions, 5 deletions
diff --git a/src/backend/bootstrap/Makefile b/src/backend/bootstrap/Makefile
index ec71797ee12..8835803b733 100644
--- a/src/backend/bootstrap/Makefile
+++ b/src/backend/bootstrap/Makefile
@@ -4,7 +4,7 @@
# Makefile for the bootstrap module
#
# IDENTIFICATION
-# $Header: /cvsroot/pgsql/src/backend/bootstrap/Makefile,v 1.11 1997/12/17 04:58:21 scrappy Exp $
+# $Header: /cvsroot/pgsql/src/backend/bootstrap/Makefile,v 1.12 1997/12/20 00:23:19 scrappy Exp $
#
#
# We must build bootparse.c and bootscanner.c with yacc and lex and sed,
@@ -23,10 +23,6 @@ include ../../Makefile.global
INCLUDE_OPT= -I..
-ifdef PORTNAME
-INCLUDE_OPT+=-I../port/$(PORTNAME)
-endif
-
CFLAGS+= $(INCLUDE_OPT)
ifeq ($(CC), gcc)