index c9a6becbde3fa5ce90260743c2bdf66bff8621b6..0cf642a0a8cb6d10d2609c7e5fa05c90734117f2 100644 (file)
-# $PostgreSQL: pgsql/contrib/lo/Makefile,v 1.14 2005年09月27日 17:13:04 tgl Exp $
+# $PostgreSQL: pgsql/contrib/lo/Makefile,v 1.15 2006年09月11日 15:14:46 tgl Exp $
MODULES = lo
DATA_built = lo.sql
-DATA = lo_drop.sql lo_test.sql
+DATA = uninstall_lo.sql
DOCS = README.lo
ifdef USE_PGXS
index c529f2b50525156f193d9baaabe345de666018ff..3694974f8e6c92f2f76f5952e170f4f14387010a 100644 (file)
-# $PostgreSQL: pgsql/contrib/tsearch2/Makefile,v 1.16 2006年07月15日 03:33:14 tgl Exp $
+# $PostgreSQL: pgsql/contrib/tsearch2/Makefile,v 1.17 2006年09月11日 15:14:46 tgl Exp $
MODULE_big = tsearch2
OBJS = dict_ex.o dict.o snmap.o stopword.o common.o prs_dcfg.o \
PG_CPPFLAGS = -I$(srcdir)/snowball -I$(srcdir)/ispell -I$(srcdir)/wordparser
DATA = stopword/english.stop stopword/russian.stop stopword/russian.stop.utf8 thesaurus
-DATA_built = tsearch2.sql untsearch2.sql
+DATA_built = tsearch2.sql uninstall_tsearch2.sql
DOCS = README.tsearch2
REGRESS = tsearch2
tsearch2.sql: tsearch.sql.in
sed -e 's,MODULE_PATHNAME,$$libdir/$(MODULE_big),g' $< >$@
-untsearch2.sql: untsearch.sql.in
+uninstall_tsearch2.sql: untsearch.sql.in
cp $< $@
.PHONY: subclean