mirror of
https://github.com/postgres/postgres.git
synced 2025-06-06 00:02:36 -04:00
Went back one directory too far for the -I include
This commit is contained in:
parent
f634c14c9e
commit
907c884fe8
@ -7,7 +7,7 @@
|
|||||||
#
|
#
|
||||||
#
|
#
|
||||||
# IDENTIFICATION
|
# 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)"' \
|
CFLAGS+= -DPOSTGRESDIR='"$(POSTGRESDIR)"' \
|
||||||
-DPGDATADIR='"$(DATADIR)"' \
|
-DPGDATADIR='"$(DATADIR)"' \
|
||||||
-I$(CURDIR)/. \
|
|
||||||
-I$(CURDIR)/$(objdir) \
|
-I$(CURDIR)/$(objdir) \
|
||||||
-I$(CURDIR)/include \
|
-I$(CURDIR)/include \
|
||||||
-I$(CURDIR)/port/$(PORTNAME) \
|
-I$(CURDIR)/port/$(PORTNAME) \
|
||||||
-I$(CURDIR)/../include
|
-I$(SRCDIR)/include
|
||||||
|
|
||||||
# turn this on if you prefer European style dates instead of American
|
# turn this on if you prefer European style dates instead of American
|
||||||
# style dates
|
# style dates
|
||||||
|
Loading…
x
Reference in New Issue
Block a user