mirror of
https://github.com/postgres/postgres.git
synced 2025-07-27 12:41:57 +03:00
Simplify contrib Makefiles by removing unnecessary SRCS macro,
per Magnus.
This commit is contained in:
@ -1,8 +1,7 @@
|
||||
# $PostgreSQL: pgsql/contrib/fuzzystrmatch/Makefile,v 1.7 2006/02/27 12:54:38 petere Exp $
|
||||
# $PostgreSQL: pgsql/contrib/fuzzystrmatch/Makefile,v 1.8 2006/10/19 17:40:03 tgl Exp $
|
||||
|
||||
MODULE_big = fuzzystrmatch
|
||||
SRCS += fuzzystrmatch.c dmetaphone.c
|
||||
OBJS = $(SRCS:.c=.o)
|
||||
OBJS = fuzzystrmatch.o dmetaphone.o
|
||||
DATA_built = fuzzystrmatch.sql
|
||||
DATA = uninstall_fuzzystrmatch.sql
|
||||
DOCS = README.fuzzystrmatch README.soundex
|
||||
|
Reference in New Issue
Block a user