From 907c884fe8b88d3df5883c278cacb094a1cfc7ac Mon Sep 17 00:00:00 2001 From: "Marc G. Fournier" <scrappy@hub.org> Date: Wed, 28 Aug 1996 02:18:00 +0000 Subject: [PATCH] Went back one directory too far for the -I include --- src/backend/Makefile | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/src/backend/Makefile b/src/backend/Makefile index eb366f7ee83..5c6a31e186d 100644 --- a/src/backend/Makefile +++ b/src/backend/Makefile @@ -7,7 +7,7 @@ # # # IDENTIFICATION -# $Header: /cvsroot/pgsql/src/backend/Makefile,v 1.4 1996/08/27 06:10:50 scrappy Exp $ +# $Header: /cvsroot/pgsql/src/backend/Makefile,v 1.5 1996/08/28 02:18:00 scrappy Exp $ # #------------------------------------------------------------------------- @@ -83,11 +83,10 @@ endif # CFLAGS+= -DPOSTGRESDIR='"$(POSTGRESDIR)"' \ -DPGDATADIR='"$(DATADIR)"' \ - -I$(CURDIR)/. \ -I$(CURDIR)/$(objdir) \ -I$(CURDIR)/include \ -I$(CURDIR)/port/$(PORTNAME) \ - -I$(CURDIR)/../include + -I$(SRCDIR)/include # turn this on if you prefer European style dates instead of American # style dates -- GitLab