diff options
author | Marc G. Fournier <scrappy@hub.org> | 1996-10-31 07:22:07 +0000 |
---|---|---|
committer | Marc G. Fournier <scrappy@hub.org> | 1996-10-31 07:22:07 +0000 |
commit | c59b3afbf12a8038a81a223518d218422b4347a9 (patch) | |
tree | 4f6d5bb00bc99f1ba676d32949b37f6b739f6b52 | |
parent | 83311355d78607e5c84ded555759f1d78dd466ea (diff) | |
download | postgresql-c59b3afbf12a8038a81a223518d218422b4347a9.tar.gz postgresql-c59b3afbf12a8038a81a223518d218422b4347a9.zip |
Well, normally there wouldn't be anything in -I../.., and in a minute, there
won't be...
-rw-r--r-- | src/backend/access/common/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/backend/access/common/Makefile b/src/backend/access/common/Makefile index 8c5e39fd750..79fc06cfcf4 100644 --- a/src/backend/access/common/Makefile +++ b/src/backend/access/common/Makefile @@ -4,7 +4,7 @@ # Makefile for access/common # # IDENTIFICATION -# $Header: /cvsroot/pgsql/src/backend/access/common/Makefile,v 1.2 1996/10/31 07:04:50 scrappy Exp $ +# $Header: /cvsroot/pgsql/src/backend/access/common/Makefile,v 1.3 1996/10/31 07:22:07 scrappy Exp $ # #------------------------------------------------------------------------- @@ -12,7 +12,6 @@ SRCDIR = ../../.. include ../../../Makefile.global INCLUDE_OPT = -I../../port/$(PORTNAME) \ - -I../../include \ -I../../../include CFLAGS+=$(INCLUDE_OPT) |