aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorMarc G. Fournier <scrappy@hub.org>1996-10-31 07:04:50 +0000
committerMarc G. Fournier <scrappy@hub.org>1996-10-31 07:04:50 +0000
commit5565d32e10bee87486fc73ddd91480eb8e307eeb (patch)
treeccbd5404dae9bf02dad157b0fdbecaf0d1b9e495 /src
parent5cbff9a0201f1d7365397c9ecf21aaa99d438cfd (diff)
downloadpostgresql-5565d32e10bee87486fc73ddd91480eb8e307eeb.tar.gz
postgresql-5565d32e10bee87486fc73ddd91480eb8e307eeb.zip
There is no -I../.. include files...
Diffstat (limited to 'src')
-rw-r--r--src/backend/access/common/Makefile5
1 files changed, 2 insertions, 3 deletions
diff --git a/src/backend/access/common/Makefile b/src/backend/access/common/Makefile
index e199a40bca1..8c5e39fd750 100644
--- a/src/backend/access/common/Makefile
+++ b/src/backend/access/common/Makefile
@@ -4,15 +4,14 @@
# Makefile for access/common
#
# IDENTIFICATION
-# $Header: /cvsroot/pgsql/src/backend/access/common/Makefile,v 1.1 1996/10/27 09:45:49 bryanh Exp $
+# $Header: /cvsroot/pgsql/src/backend/access/common/Makefile,v 1.2 1996/10/31 07:04:50 scrappy Exp $
#
#-------------------------------------------------------------------------
SRCDIR = ../../..
include ../../../Makefile.global
-INCLUDE_OPT = -I../.. \
- -I../../port/$(PORTNAME) \
+INCLUDE_OPT = -I../../port/$(PORTNAME) \
-I../../include \
-I../../../include