diff options
| author | Tom Lane | 2006-10-19 17:40:03 +0000 |
|---|---|---|
| committer | Tom Lane | 2006-10-19 17:40:03 +0000 |
| commit | 72ec567a9aca6b7dee8ab8238214228317c93057 (patch) | |
| tree | 836e150abd16d4c08d186788815aa92c7c187f07 /contrib/fuzzystrmatch | |
| parent | dbb397f30f30829e99ccd9ef0529a2e1d9b98467 (diff) | |
Simplify contrib Makefiles by removing unnecessary SRCS macro,
per Magnus.
Diffstat (limited to 'contrib/fuzzystrmatch')
| -rw-r--r-- | contrib/fuzzystrmatch/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/contrib/fuzzystrmatch/Makefile b/contrib/fuzzystrmatch/Makefile index 3f273113532..f22e102a02a 100644 --- a/contrib/fuzzystrmatch/Makefile +++ b/contrib/fuzzystrmatch/Makefile @@ -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 |
