Index: third_party/sqlite/src/Makefile.in |
diff --git a/third_party/sqlite/src/Makefile.in b/third_party/sqlite/src/Makefile.in |
index 8b965c7accceb3d929d49eb387635ebcfc351cb9..b74061a6b24ca9c793ecd0666e9f8cc9b2eb414f 100644 |
--- a/third_party/sqlite/src/Makefile.in |
+++ b/third_party/sqlite/src/Makefile.in |
@@ -260,7 +260,7 @@ SRC = \ |
$(TOP)/src/prepare.c \ |
$(TOP)/src/printf.c \ |
$(TOP)/src/random.c \ |
- $(TOP)/src/recover.c \ |
+ $(TOP)/../ext/recover.c \ |
$(TOP)/src/resolve.c \ |
$(TOP)/src/rowset.c \ |
$(TOP)/src/select.c \ |