aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--contrib/adminpack/Makefile2
-rw-r--r--contrib/btree_gist/Makefile1
-rw-r--r--contrib/hstore/Makefile4
-rw-r--r--contrib/ltree/Makefile2
-rw-r--r--contrib/pg_standby/Makefile1
-rw-r--r--contrib/pg_trgm/Makefile5
-rw-r--r--contrib/sslinfo/Makefile2
-rw-r--r--contrib/tablefunc/Makefile2
-rw-r--r--contrib/xml2/Makefile3
9 files changed, 14 insertions, 8 deletions
diff --git a/contrib/adminpack/Makefile b/contrib/adminpack/Makefile
index ba864c14179..11b5f39cd36 100644
--- a/contrib/adminpack/Makefile
+++ b/contrib/adminpack/Makefile
@@ -1,3 +1,5 @@
+# $PostgreSQL: pgsql/contrib/adminpack/Makefile,v 1.4 2007/02/09 17:03:59 petere Exp $
+
MODULE_big = adminpack
PG_CPPFLAGS = -I$(libpq_srcdir)
DATA_built = adminpack.sql
diff --git a/contrib/btree_gist/Makefile b/contrib/btree_gist/Makefile
index 57c6e1f1ef5..a165f4bb3d9 100644
--- a/contrib/btree_gist/Makefile
+++ b/contrib/btree_gist/Makefile
@@ -1,3 +1,4 @@
+# $PostgreSQL: pgsql/contrib/btree_gist/Makefile,v 1.10 2007/02/09 17:03:59 petere Exp $
MODULE_big = btree_gist
diff --git a/contrib/hstore/Makefile b/contrib/hstore/Makefile
index 7ac913ca893..b299e6c2666 100644
--- a/contrib/hstore/Makefile
+++ b/contrib/hstore/Makefile
@@ -1,3 +1,5 @@
+# $PostgreSQL: pgsql/contrib/hstore/Makefile,v 1.3 2007/02/09 17:04:00 petere Exp $
+
subdir = contrib/hstore
top_builddir = ../..
include $(top_builddir)/src/Makefile.global
@@ -14,5 +16,3 @@ DOCS = README.hstore
REGRESS = hstore
include $(top_srcdir)/contrib/contrib-global.mk
-# DO NOT DELETE
-
diff --git a/contrib/ltree/Makefile b/contrib/ltree/Makefile
index 676dbe7ecd3..c9d3bde0bf2 100644
--- a/contrib/ltree/Makefile
+++ b/contrib/ltree/Makefile
@@ -1,3 +1,5 @@
+# $PostgreSQL: pgsql/contrib/ltree/Makefile,v 1.6 2007/02/09 17:04:00 petere Exp $
+
PG_CPPFLAGS = -DLOWER_NODE
MODULE_big = ltree
OBJS = ltree_io.o ltree_op.o lquery_op.o _ltree_op.o crc32.o \
diff --git a/contrib/pg_standby/Makefile b/contrib/pg_standby/Makefile
index 99abebc3a1b..e66b1b5c118 100644
--- a/contrib/pg_standby/Makefile
+++ b/contrib/pg_standby/Makefile
@@ -1,3 +1,4 @@
+# $PostgreSQL: pgsql/contrib/pg_standby/Makefile,v 1.2 2007/02/09 17:04:00 petere Exp $
PROGRAM = pg_standby
OBJS = pg_standby.o
diff --git a/contrib/pg_trgm/Makefile b/contrib/pg_trgm/Makefile
index 36714409c3b..b710df99569 100644
--- a/contrib/pg_trgm/Makefile
+++ b/contrib/pg_trgm/Makefile
@@ -1,3 +1,4 @@
+# $PostgreSQL: pgsql/contrib/pg_trgm/Makefile,v 1.5 2007/02/09 17:04:00 petere Exp $
PG_CPPFLAGS = -I.
@@ -19,7 +20,3 @@ top_builddir = ../..
include $(top_builddir)/src/Makefile.global
include $(top_srcdir)/contrib/contrib-global.mk
endif
-
-
-# DO NOT DELETE
-
diff --git a/contrib/sslinfo/Makefile b/contrib/sslinfo/Makefile
index cc000d9453b..ea24b753f54 100644
--- a/contrib/sslinfo/Makefile
+++ b/contrib/sslinfo/Makefile
@@ -1,3 +1,5 @@
+# $PostgreSQL: pgsql/contrib/sslinfo/Makefile,v 1.8 2007/02/09 17:04:00 petere Exp $
+
MODULE_big = sslinfo
OBJS = sslinfo.o
DATA_built = sslinfo.sql
diff --git a/contrib/tablefunc/Makefile b/contrib/tablefunc/Makefile
index e2e10c0c9ef..a75dd627871 100644
--- a/contrib/tablefunc/Makefile
+++ b/contrib/tablefunc/Makefile
@@ -1,3 +1,5 @@
+# $PostgreSQL: pgsql/contrib/tablefunc/Makefile,v 1.7 2007/02/09 17:04:00 petere Exp $
+
MODULES = tablefunc
DATA_built = tablefunc.sql
DATA = uninstall_tablefunc.sql
diff --git a/contrib/xml2/Makefile b/contrib/xml2/Makefile
index 0bd5b032976..1b724c2193a 100644
--- a/contrib/xml2/Makefile
+++ b/contrib/xml2/Makefile
@@ -1,4 +1,4 @@
-# This makefile will build the new XML and XSLT routines.
+# $PostgreSQL: pgsql/contrib/xml2/Makefile,v 1.9 2007/02/09 17:04:00 petere Exp $
MODULE_big = pgxml
@@ -23,4 +23,3 @@ top_builddir = ../..
include $(top_builddir)/src/Makefile.global
include $(top_srcdir)/contrib/contrib-global.mk
endif
-