summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPeter Eisentraut2007-02-09 17:24:33 +0000
committerPeter Eisentraut2007-02-09 17:24:33 +0000
commitf1bcd3beb0e91cba7a2dc85c23e47562b89cdaca (patch)
treeaab58b737b82d2bdce9284e2fd86f0854c59dbe7
parent6a6b770cc9c41e5457ebe2d4fdbd0d4fb9064cdb (diff)
Remove useless CPPFLAGS.
-rw-r--r--contrib/cube/Makefile2
-rw-r--r--contrib/hstore/Makefile3
-rw-r--r--contrib/pg_trgm/Makefile2
-rw-r--r--contrib/seg/Makefile2
4 files changed, 0 insertions, 9 deletions
diff --git a/contrib/cube/Makefile b/contrib/cube/Makefile
index 9bcea49c07..86ecf1f4d8 100644
--- a/contrib/cube/Makefile
+++ b/contrib/cube/Makefile
@@ -10,8 +10,6 @@ REGRESS = cube
EXTRA_CLEAN = y.tab.c y.tab.h
-PG_CPPFLAGS = -I.
-
SHLIB_LINK += $(filter -lm, $(LIBS))
ifdef USE_PGXS
diff --git a/contrib/hstore/Makefile b/contrib/hstore/Makefile
index e3d03fb60f..635ed75459 100644
--- a/contrib/hstore/Makefile
+++ b/contrib/hstore/Makefile
@@ -4,9 +4,6 @@ subdir = contrib/hstore
top_builddir = ../..
include $(top_builddir)/src/Makefile.global
-
-override CPPFLAGS := -I. $(CPPFLAGS)
-
MODULE_big = hstore
OBJS = hstore_io.o hstore_op.o hstore_gist.o crc32.o
diff --git a/contrib/pg_trgm/Makefile b/contrib/pg_trgm/Makefile
index 6efc0dcee0..b8967c86c5 100644
--- a/contrib/pg_trgm/Makefile
+++ b/contrib/pg_trgm/Makefile
@@ -1,7 +1,5 @@
# $PostgreSQL$
-PG_CPPFLAGS = -I.
-
MODULE_big = pg_trgm
OBJS = trgm_op.o trgm_gist.o
diff --git a/contrib/seg/Makefile b/contrib/seg/Makefile
index 77589251bd..9059805e69 100644
--- a/contrib/seg/Makefile
+++ b/contrib/seg/Makefile
@@ -9,8 +9,6 @@ REGRESS = seg
EXTRA_CLEAN = y.tab.c y.tab.h
-PG_CPPFLAGS = -I.
-
ifdef USE_PGXS
PGXS := $(shell pg_config --pgxs)
include $(PGXS)