Skip to content

Commit 012288d

Browse files
committed
Commenting out doesn't work, so move the broken modules out of the list.
1 parent b9d5620 commit 012288d

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

contrib/Makefile

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# $Header: /cvsroot/pgsql/contrib/Makefile,v 1.37 2002/09/04 22:50:43 petere Exp $
1+
# $Header: /cvsroot/pgsql/contrib/Makefile,v 1.38 2002/09/05 18:40:33 petere Exp $
22

33
subdir = contrib
44
top_builddir = ..
@@ -14,7 +14,6 @@ WANTED_DIRS = \
1414
dbmirror \
1515
dbsize \
1616
earthdistance \
17-
# findoidjoins \
1817
fulltextindex \
1918
fuzzystrmatch \
2019
intagg \
@@ -37,10 +36,12 @@ WANTED_DIRS = \
3736
string \
3837
tablefunc \
3938
tips \
40-
tsearch \
4139
userlock \
4240
vacuumlo
4341

42+
# findoidjoins \
43+
tsearch \
44+
4445
ifeq ($(with_java),yes)
4546
WANTED_DIRS += retep
4647
endif

0 commit comments

Comments
 (0)