aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorMarc G. Fournier <scrappy@hub.org>1996-08-28 02:18:00 +0000
committerMarc G. Fournier <scrappy@hub.org>1996-08-28 02:18:00 +0000
commit907c884fe8b88d3df5883c278cacb094a1cfc7ac (patch)
treebdb6f5051f1768aa3574e7d9919c83bd706617b4 /src
parentf634c14c9e78a060e2faeead70e5b8027252bf96 (diff)
downloadpostgresql-907c884fe8b88d3df5883c278cacb094a1cfc7ac.tar.gz
postgresql-907c884fe8b88d3df5883c278cacb094a1cfc7ac.zip
Went back one directory too far for the -I include
Diffstat (limited to 'src')
-rw-r--r--src/backend/Makefile5
1 files 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