Commit 5565d32e authored by Marc G. Fournier's avatar Marc G. Fournier

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

parent 5cbff9a0
......@@ -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
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment