diff options
Diffstat (limited to 'databases/sqlite34/files/fts1_patch-Makefile.in')
-rw-r--r-- | databases/sqlite34/files/fts1_patch-Makefile.in | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/databases/sqlite34/files/fts1_patch-Makefile.in b/databases/sqlite34/files/fts1_patch-Makefile.in index d4935c4ba134..a84838c25fef 100644 --- a/databases/sqlite34/files/fts1_patch-Makefile.in +++ b/databases/sqlite34/files/fts1_patch-Makefile.in @@ -14,10 +14,10 @@ where.lo: $(TOP)/src/where.c $(HDR) $(LTCOMPILE) -c $(TOP)/src/where.c -+fts1.lo: $(TOP)/ext/fts1/fts1.c $(HDR) ++fts1.lo: $(TOP)/ext/fts1/fts1.c $(HDR) + $(LTCOMPILE) -c $(TOP)/ext/fts1/fts1.c + -+fts1_hash.lo: $(TOP)/ext/fts1/fts1_hash.c $(HDR) ++fts1_hash.lo: $(TOP)/ext/fts1/fts1_hash.c $(HDR) + $(LTCOMPILE) -c $(TOP)/ext/fts1/fts1_hash.c + +fts1_porter.lo: $(TOP)/ext/fts1/fts1_porter.c $(HDR) |