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

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

parent 5cbff9a0
...@@ -4,15 +4,14 @@ ...@@ -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
......
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