summaryrefslogtreecommitdiff
path: root/databases/sqlite34/files/fts1_patch-Makefile.in
diff options
context:
space:
mode:
authorMarcus Alves Grando <mnag@FreeBSD.org>2007-08-10 12:07:11 +0000
committerMarcus Alves Grando <mnag@FreeBSD.org>2007-08-10 12:07:11 +0000
commita6a4cb82a25f5abf8d3c03a88dfc6a75797212fb (patch)
tree344324d48e8e896090d3227a95b213bca1a9f28f /databases/sqlite34/files/fts1_patch-Makefile.in
parent- Update to 4.7 (diff)
- Fix build with FTS2
PR: 115271 Pointy hat to: mnag Reported by: many
Notes
Notes: svn path=/head/; revision=197417
Diffstat (limited to 'databases/sqlite34/files/fts1_patch-Makefile.in')
-rw-r--r--databases/sqlite34/files/fts1_patch-Makefile.in4
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)