File tree Expand file tree Collapse file tree 3 files changed +6
-11
lines changed
Expand file tree Collapse file tree 3 files changed +6
-11
lines changed Original file line number Diff line number Diff line change 1- # $PostgreSQL: pgsql/contrib/fuzzystrmatch/Makefile,v 1.7 2006/02/27 12:54:38 petere Exp $
1+ # $PostgreSQL: pgsql/contrib/fuzzystrmatch/Makefile,v 1.8 2006/10/19 17:40:03 tgl Exp $
22
33MODULE_big = fuzzystrmatch
4- SRCS += fuzzystrmatch.c dmetaphone.c
5- OBJS = $(SRCS:.c=.o )
4+ OBJS = fuzzystrmatch.o dmetaphone.o
65DATA_built = fuzzystrmatch.sql
76DATA = uninstall_fuzzystrmatch.sql
87DOCS = README.fuzzystrmatch README.soundex
Original file line number Diff line number Diff line change 22#
33# pgrowlocks Makefile
44#
5- # $PostgreSQL: pgsql/contrib/pgrowlocks/Makefile,v 1.2 2006/09/30 18:08:32 tgl Exp $
5+ # $PostgreSQL: pgsql/contrib/pgrowlocks/Makefile,v 1.3 2006/10/19 17:40:03 tgl Exp $
66#
77# -------------------------------------------------------------------------
88
9- SRCS = pgrowlocks.c
10-
119MODULE_big = pgrowlocks
12- OBJS = $( SRCS:.c=.o )
10+ OBJS = pgrowlocks.o
1311DOCS = README.pgrowlocks README.pgrowlocks.euc_jp
1412DATA_built = pgrowlocks.sql
1513DATA = uninstall_pgrowlocks.sql
Original file line number Diff line number Diff line change 22#
33# pgstattuple Makefile
44#
5- # $PostgreSQL: pgsql/contrib/pgstattuple/Makefile,v 1.6 2006/09/02 17:05:29 momjian Exp $
5+ # $PostgreSQL: pgsql/contrib/pgstattuple/Makefile,v 1.7 2006/10/19 17:40:03 tgl Exp $
66#
77# -------------------------------------------------------------------------
88
9- SRCS = pgstattuple.c pgstatindex.c
10-
119MODULE_big = pgstattuple
12- OBJS = $( SRCS:.c=.o )
10+ OBJS = pgstattuple.o pgstatindex.o
1311DOCS = README.pgstattuple README.pgstattuple.euc_jp
1412DATA_built = pgstattuple.sql
1513DATA = uninstall_pgstattuple.sql
You can’t perform that action at this time.
0 commit comments