summaryrefslogtreecommitdiff
path: root/contrib/Makefile
diff options
context:
space:
mode:
authorBruce Momjian <bruce@momjian.us>2002-10-21 00:12:46 +0000
committerBruce Momjian <bruce@momjian.us>2002-10-21 00:12:46 +0000
commit9c7cd8ba1554d90b6eb2a5b24df9dfc7f7448d9e (patch)
tree041664f09a70d6ac92361a6af0e21d45569653e0 /contrib/Makefile
parent76cadb59fed60c5bbdbb6b1ab459dbc8c3e29fc3 (diff)
downloadpostgresql-9c7cd8ba1554d90b6eb2a5b24df9dfc7f7448d9e.tar.gz
First step to removing /contrib/retep, with Peter Mount's approval.
Diffstat (limited to 'contrib/Makefile')
-rw-r--r--contrib/Makefile6
1 files changed, 1 insertions, 5 deletions
diff --git a/contrib/Makefile b/contrib/Makefile
index 79833ed311..66753e88d6 100644
--- a/contrib/Makefile
+++ b/contrib/Makefile
@@ -1,4 +1,4 @@
-# $Header: /cvsroot/pgsql/contrib/Makefile,v 1.39 2002/09/05 20:53:45 tgl Exp $
+# $Header: /cvsroot/pgsql/contrib/Makefile,v 1.40 2002/10/21 00:12:46 momjian Exp $
subdir = contrib
top_builddir = ..
@@ -41,10 +41,6 @@ WANTED_DIRS = \
userlock \
vacuumlo
-ifeq ($(with_java),yes)
-WANTED_DIRS += retep
-endif
-
# Missing:
# ipc_check \ (does not have a makefile)
# mSQL-interface \ (requires msql installed)