summaryrefslogtreecommitdiff
path: root/contrib/Makefile
diff options
context:
space:
mode:
authorTom Lane <tgl@sss.pgh.pa.us>2005-07-01 19:23:07 +0000
committerTom Lane <tgl@sss.pgh.pa.us>2005-07-01 19:23:07 +0000
commite6a8eba3f2157bca9871539e6be1ca2399c1371e (patch)
tree11f525dd537fb20c3a4c4750f3b519d36127939f /contrib/Makefile
parente7e1694295e3d867f07afedf6505d0e0436cb67e (diff)
downloadpostgresql-e6a8eba3f2157bca9871539e6be1ca2399c1371e.tar.gz
Remove contrib version of rtree_gist --- now in core system.
Diffstat (limited to 'contrib/Makefile')
-rw-r--r--contrib/Makefile3
1 files changed, 1 insertions, 2 deletions
diff --git a/contrib/Makefile b/contrib/Makefile
index 0641b50872..460fe8a97f 100644
--- a/contrib/Makefile
+++ b/contrib/Makefile
@@ -1,4 +1,4 @@
-# $PostgreSQL: pgsql/contrib/Makefile,v 1.56 2005/06/23 02:33:25 tgl Exp $
+# $PostgreSQL: pgsql/contrib/Makefile,v 1.57 2005/07/01 19:23:04 tgl Exp $
subdir = contrib
top_builddir = ..
@@ -27,7 +27,6 @@ WANTED_DIRS = \
pgbench \
pgcrypto \
pgstattuple \
- rtree_gist \
seg \
spi \
tablefunc \