Commenting out doesn't work, so move the broken modules out of the list.

This commit is contained in:
Peter Eisentraut 2002-09-05 18:40:33 +00:00
parent b9d5620a14
commit 012288d565

View File

@ -1,4 +1,4 @@
# $Header: /cvsroot/pgsql/contrib/Makefile,v 1.37 2002/09/04 22:50:43 petere Exp $
# $Header: /cvsroot/pgsql/contrib/Makefile,v 1.38 2002/09/05 18:40:33 petere Exp $
subdir = contrib
top_builddir = ..
@ -14,7 +14,6 @@ WANTED_DIRS = \
dbmirror \
dbsize \
earthdistance \
# findoidjoins \
fulltextindex \
fuzzystrmatch \
intagg \
@ -37,10 +36,12 @@ WANTED_DIRS = \
string \
tablefunc \
tips \
tsearch \
userlock \
vacuumlo
# findoidjoins \
tsearch \
ifeq ($(with_java),yes)
WANTED_DIRS += retep
endif