File tree Expand file tree Collapse file tree 2 files changed +5
-3
lines changed Expand file tree Collapse file tree 2 files changed +5
-3
lines changed Original file line number Diff line number Diff line change 2
2
#
3
3
# Makefile for the bootstrap module
4
4
#
5
- # $Header: /cvsroot/pgsql/src/backend/bootstrap/Makefile,v 1.29 2001/11/16 16:32:33 petere Exp $
5
+ # $Header: /cvsroot/pgsql/src/backend/bootstrap/Makefile,v 1.30 2002/01/09 00:06:42 tgl Exp $
6
6
#
7
7
# -------------------------------------------------------------------------
8
8
9
9
subdir = src/backend/bootstrap
10
10
top_builddir = ../../..
11
11
include $(top_builddir ) /src/Makefile.global
12
12
13
+ override CPPFLAGS := -I$(srcdir ) $(CPPFLAGS )
14
+
13
15
# qnx4's wlink currently crashes with bootstrap.o
14
16
ifneq ($(PORTNAME ) , qnx4)
15
17
OBJS = bootparse.o bootscanner.o bootstrap.o
Original file line number Diff line number Diff line change 1
- # $Header: /cvsroot/pgsql/src/interfaces/ecpg/preproc/Makefile,v 1.80 2002/01/08 20:41:28 petere Exp $
1
+ # $Header: /cvsroot/pgsql/src/interfaces/ecpg/preproc/Makefile,v 1.81 2002/01/09 00:06:38 tgl Exp $
2
2
3
3
subdir = src/interfaces/ecpg/preproc
4
4
top_builddir = ../../../..
@@ -8,7 +8,7 @@ MAJOR_VERSION=2
8
8
MINOR_VERSION =9
9
9
PATCHLEVEL =0
10
10
11
- override CPPFLAGS := -I$(srcdir ) /../include $(CPPFLAGS ) \
11
+ override CPPFLAGS := -I$(srcdir ) /../include -I $( srcdir ) $(CPPFLAGS ) \
12
12
-DMAJOR_VERSION=$(MAJOR_VERSION ) \
13
13
-DMINOR_VERSION=$(MINOR_VERSION ) -DPATCHLEVEL=$(PATCHLEVEL ) \
14
14
-DINCLUDE_PATH=\"$(includedir ) \"
You can’t perform that action at this time.
0 commit comments