1diff -bur sqlite-2.8.17~orig/main.mk sqlite-2.8.17/main.mk 2--- sqlite-2.8.17~orig/main.mk 2006-02-13 04:09:33.000000000 -0600 3+++ sqlite-2.8.17/main.mk 2006-02-13 04:15:42.000000000 -0600 4@@ -58,7 +58,7 @@ 5 expr.o func.o hash.o insert.o \ 6 main.o opcodes.o os.o pager.o parse.o pragma.o printf.o random.o \ 7 select.o table.o tokenize.o trigger.o update.o util.o \ 8- vacuum.o vdbe.o vdbeaux.o where.o tclsqlite.o 9+ vacuum.o vdbe.o vdbeaux.o where.o 10 11 # All of the source code files. 12 # 13@@ -91,7 +91,6 @@ 14 $(TOP)/src/sqlite.h.in \ 15 $(TOP)/src/sqliteInt.h \ 16 $(TOP)/src/table.c \ 17- $(TOP)/src/tclsqlite.c \ 18 $(TOP)/src/tokenize.c \ 19 $(TOP)/src/trigger.c \ 20 $(TOP)/src/update.c \ 21