File tree 4 files changed +4
-13
lines changed
4 files changed +4
-13
lines changed Original file line number Diff line number Diff line change 1
- # $PostgreSQL: pgsql/contrib/cube/Makefile,v 1.18 2006/04/03 18:47:41 petere Exp $
1
+ # $PostgreSQL: pgsql/contrib/cube/Makefile,v 1.19 2007/02/09 17:24:33 petere Exp $
2
2
3
3
MODULE_big = cube
4
4
OBJS = cube.o cubeparse.o
@@ -10,8 +10,6 @@ REGRESS = cube
10
10
11
11
EXTRA_CLEAN = y.tab.c y.tab.h
12
12
13
- PG_CPPFLAGS = -I.
14
-
15
13
SHLIB_LINK += $(filter -lm, $(LIBS ) )
16
14
17
15
ifdef USE_PGXS
Original file line number Diff line number Diff line change 1
- # $PostgreSQL: pgsql/contrib/hstore/Makefile,v 1.3 2007/02/09 17:04:00 petere Exp $
1
+ # $PostgreSQL: pgsql/contrib/hstore/Makefile,v 1.4 2007/02/09 17:24:33 petere Exp $
2
2
3
3
subdir = contrib/hstore
4
4
top_builddir = ../..
5
5
include $(top_builddir ) /src/Makefile.global
6
6
7
-
8
- override CPPFLAGS := -I. $(CPPFLAGS )
9
-
10
7
MODULE_big = hstore
11
8
OBJS = hstore_io.o hstore_op.o hstore_gist.o crc32.o
12
9
Original file line number Diff line number Diff line change 1
- # $PostgreSQL: pgsql/contrib/pg_trgm/Makefile,v 1.5 2007/02/09 17:04:00 petere Exp $
2
-
3
- PG_CPPFLAGS = -I.
1
+ # $PostgreSQL: pgsql/contrib/pg_trgm/Makefile,v 1.6 2007/02/09 17:24:33 petere Exp $
4
2
5
3
MODULE_big = pg_trgm
6
4
OBJS = trgm_op.o trgm_gist.o
Original file line number Diff line number Diff line change 1
- # $PostgreSQL: pgsql/contrib/seg/Makefile,v 1.17 2006/04/03 18:47:41 petere Exp $
1
+ # $PostgreSQL: pgsql/contrib/seg/Makefile,v 1.18 2007/02/09 17:24:33 petere Exp $
2
2
3
3
MODULE_big = seg
4
4
OBJS = seg.o segparse.o
@@ -9,8 +9,6 @@ REGRESS = seg
9
9
10
10
EXTRA_CLEAN = y.tab.c y.tab.h
11
11
12
- PG_CPPFLAGS = -I.
13
-
14
12
ifdef USE_PGXS
15
13
PGXS := $(shell pg_config --pgxs)
16
14
include $(PGXS )
You can’t perform that action at this time.
0 commit comments