Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Commit 6e1664b

Browse files
committed
Remove useless CPPFLAGS.
1 parent 994b1cb commit 6e1664b

File tree

4 files changed

+4
-13
lines changed

4 files changed

+4
-13
lines changed

contrib/cube/Makefile

+1-3
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
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 $
22

33
MODULE_big = cube
44
OBJS= cube.o cubeparse.o
@@ -10,8 +10,6 @@ REGRESS = cube
1010

1111
EXTRA_CLEAN = y.tab.c y.tab.h
1212

13-
PG_CPPFLAGS = -I.
14-
1513
SHLIB_LINK += $(filter -lm, $(LIBS))
1614

1715
ifdef USE_PGXS

contrib/hstore/Makefile

+1-4
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,9 @@
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 $
22

33
subdir = contrib/hstore
44
top_builddir = ../..
55
include $(top_builddir)/src/Makefile.global
66

7-
8-
override CPPFLAGS := -I. $(CPPFLAGS)
9-
107
MODULE_big = hstore
118
OBJS = hstore_io.o hstore_op.o hstore_gist.o crc32.o
129

contrib/pg_trgm/Makefile

+1-3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,4 @@
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 $
42

53
MODULE_big = pg_trgm
64
OBJS = trgm_op.o trgm_gist.o

contrib/seg/Makefile

+1-3
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
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 $
22

33
MODULE_big = seg
44
OBJS = seg.o segparse.o
@@ -9,8 +9,6 @@ REGRESS = seg
99

1010
EXTRA_CLEAN = y.tab.c y.tab.h
1111

12-
PG_CPPFLAGS = -I.
13-
1412
ifdef USE_PGXS
1513
PGXS := $(shell pg_config --pgxs)
1614
include $(PGXS)

0 commit comments

Comments
 (0)