12 lines
503 B
Diff
12 lines
503 B
Diff
--- a/Makefile.in
|
|
+++ b/Makefile.in
|
|
@@ -695,7 +695,7 @@
|
|
$(LIBREADLINE) $(TLIBS) -rpath "$(libdir)"
|
|
|
|
sqldiff$(TEXE): $(TOP)/tool/sqldiff.c $(TOP)/ext/misc/sqlite3_stdio.h sqlite3.lo sqlite3.h
|
|
- $(LTLINK) -I$(TOP)/ext/misc -o $@ $(TOP)/tool/sqldiff.c sqlite3.lo $(TLIBS)
|
|
+ $(LTLINK) -I$(TOP)/ext/misc -o $@ $(TOP)/tool/sqldiff.c $(TOP)\ext\misc\sqlite3_stdio.c sqlite3.lo $(TLIBS)
|
|
|
|
dbhash$(TEXE): $(TOP)/tool/dbhash.c sqlite3.lo sqlite3.h
|
|
$(LTLINK) -o $@ $(TOP)/tool/dbhash.c sqlite3.lo $(TLIBS)
|