diff options
author | Marc G. Fournier <scrappy@hub.org> | 1996-11-03 09:07:03 +0000 |
---|---|---|
committer | Marc G. Fournier <scrappy@hub.org> | 1996-11-03 09:07:03 +0000 |
commit | 66a518735f7c6979eae518634743397793279821 (patch) | |
tree | d5e2368c5887dd276e5b9213458615b6e70de017 /src/backend/access/gist | |
parent | a7a0b3ba304d8cbc46aec1b1a2e15119aa5637b8 (diff) | |
download | postgresql-66a518735f7c6979eae518634743397793279821.tar.gz postgresql-66a518735f7c6979eae518634743397793279821.zip |
Finish cleaning up -I lines
Diffstat (limited to 'src/backend/access/gist')
-rw-r--r-- | src/backend/access/gist/Makefile | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/src/backend/access/gist/Makefile b/src/backend/access/gist/Makefile index 2963accb9cf..b87c0e86384 100644 --- a/src/backend/access/gist/Makefile +++ b/src/backend/access/gist/Makefile @@ -4,16 +4,14 @@ # Makefile for access/gist # # IDENTIFICATION -# $Header: /cvsroot/pgsql/src/backend/access/gist/Makefile,v 1.1 1996/10/27 09:45:57 bryanh Exp $ +# $Header: /cvsroot/pgsql/src/backend/access/gist/Makefile,v 1.2 1996/11/03 09:06:47 scrappy Exp $ # #------------------------------------------------------------------------- SRCDIR = ../../.. include ../../../Makefile.global -INCLUDE_OPT = -I../.. \ - -I../../port/$(PORTNAME) \ - -I../../include \ +INCLUDE_OPT = -I../../port/$(PORTNAME) \ -I../../../include CFLAGS+=$(INCLUDE_OPT) |