OSDN Git Service

There is no -I../.. include files...
authorMarc G. Fournier <scrappy@hub.org>
Thu, 31 Oct 1996 07:04:50 +0000 (07:04 +0000)
committerMarc G. Fournier <scrappy@hub.org>
Thu, 31 Oct 1996 07:04:50 +0000 (07:04 +0000)
src/backend/access/common/Makefile

index e199a40..8c5e39f 100644 (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