There is no -I../.. include files...
This commit is contained in:
parent
5cbff9a020
commit
5565d32e10
@ -4,15 +4,14 @@
|
|||||||
# Makefile for access/common
|
# Makefile for access/common
|
||||||
#
|
#
|
||||||
# IDENTIFICATION
|
# 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 = ../../..
|
SRCDIR = ../../..
|
||||||
include ../../../Makefile.global
|
include ../../../Makefile.global
|
||||||
|
|
||||||
INCLUDE_OPT = -I../.. \
|
INCLUDE_OPT = -I../../port/$(PORTNAME) \
|
||||||
-I../../port/$(PORTNAME) \
|
|
||||||
-I../../include \
|
-I../../include \
|
||||||
-I../../../include
|
-I../../../include
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user