summaryrefslogtreecommitdiff
path: root/contrib/pg_buffercache
diff options
context:
space:
mode:
authorBruce Momjian2007-11-10 23:59:52 +0000
committerBruce Momjian2007-11-10 23:59:52 +0000
commit541ff409cc341ce1e0212fc6a7d67eef6709b6b4 (patch)
tree2210b8db0fca799240686ca34490f05aa4c09b46 /contrib/pg_buffercache
parentc3c69ab4fd25a20749b850d34cbc8ce3f1812e3b (diff)
Remove references to READMEs from /contrib Makefiles.
Diffstat (limited to 'contrib/pg_buffercache')
-rw-r--r--contrib/pg_buffercache/Makefile3
1 files changed, 1 insertions, 2 deletions
diff --git a/contrib/pg_buffercache/Makefile b/contrib/pg_buffercache/Makefile
index 1de802cfae3..83aee70de12 100644
--- a/contrib/pg_buffercache/Makefile
+++ b/contrib/pg_buffercache/Makefile
@@ -1,11 +1,10 @@
-# $PostgreSQL: pgsql/contrib/pg_buffercache/Makefile,v 1.4 2007/06/26 22:05:02 tgl Exp $
+# $PostgreSQL: pgsql/contrib/pg_buffercache/Makefile,v 1.5 2007/11/10 23:59:51 momjian Exp $
MODULE_big = pg_buffercache
OBJS = pg_buffercache_pages.o
DATA_built = pg_buffercache.sql
DATA = uninstall_pg_buffercache.sql
-DOCS = README.pg_buffercache
ifdef USE_PGXS
PG_CONFIG = pg_config