File tree 3 files changed +6
-11
lines changed
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 $
2
2
3
3
MODULE_big = fuzzystrmatch
4
- SRCS += fuzzystrmatch.c dmetaphone.c
5
- OBJS = $(SRCS:.c=.o )
4
+ OBJS = fuzzystrmatch.o dmetaphone.o
6
5
DATA_built = fuzzystrmatch.sql
7
6
DATA = uninstall_fuzzystrmatch.sql
8
7
DOCS = README.fuzzystrmatch README.soundex
Original file line number Diff line number Diff line change 2
2
#
3
3
# pgrowlocks Makefile
4
4
#
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 $
6
6
#
7
7
# -------------------------------------------------------------------------
8
8
9
- SRCS = pgrowlocks.c
10
-
11
9
MODULE_big = pgrowlocks
12
- OBJS = $( SRCS:.c=.o )
10
+ OBJS = pgrowlocks.o
13
11
DOCS = README.pgrowlocks README.pgrowlocks.euc_jp
14
12
DATA_built = pgrowlocks.sql
15
13
DATA = uninstall_pgrowlocks.sql
Original file line number Diff line number Diff line change 2
2
#
3
3
# pgstattuple Makefile
4
4
#
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 $
6
6
#
7
7
# -------------------------------------------------------------------------
8
8
9
- SRCS = pgstattuple.c pgstatindex.c
10
-
11
9
MODULE_big = pgstattuple
12
- OBJS = $( SRCS:.c=.o )
10
+ OBJS = pgstattuple.o pgstatindex.o
13
11
DOCS = README.pgstattuple README.pgstattuple.euc_jp
14
12
DATA_built = pgstattuple.sql
15
13
DATA = uninstall_pgstattuple.sql
You can’t perform that action at this time.
0 commit comments