mirror of
https://github.com/postgres/postgres.git
synced 2025-07-28 23:42:10 +03:00
Minor logic fix for new levenshtein implementation.
Alexander Korotkov
This commit is contained in:
@ -16,3 +16,6 @@ top_builddir = ../..
|
||||
include $(top_builddir)/src/Makefile.global
|
||||
include $(top_srcdir)/contrib/contrib-global.mk
|
||||
endif
|
||||
|
||||
# levenshtein.c is #included by fuzzystrmatch.c
|
||||
fuzzystrmatch.o: fuzzystrmatch.c levenshtein.c
|
||||
|
Reference in New Issue
Block a user