There is no -I../.. include files...

This commit is contained in:
Marc G. Fournier 1996-10-31 07:04:50 +00:00
parent 5cbff9a020
commit 5565d32e10
1 changed files with 2 additions and 3 deletions

View File

@ -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