rename utf.o to utf.lo in Makefile.in to resolve upstream make dependency issue on some platforms

This commit is contained in:
Stephen Lombardo 2010-09-03 07:45:52 -04:00
parent 201197adbb
commit 680e30f229
1 changed files with 1 additions and 1 deletions

View File

@ -191,7 +191,7 @@ LIBOBJS0 = alter.lo analyze.lo attach.lo auth.lo \
table.lo tokenize.lo trigger.lo \ table.lo tokenize.lo trigger.lo \
update.lo util.lo vacuum.lo \ update.lo util.lo vacuum.lo \
vdbe.lo vdbeapi.lo vdbeaux.lo vdbeblob.lo vdbemem.lo vdbetrace.lo \ vdbe.lo vdbeapi.lo vdbeaux.lo vdbeblob.lo vdbemem.lo vdbetrace.lo \
wal.lo walker.lo where.lo utf.o vtab.lo $(CRYPTOLIBOBJ) wal.lo walker.lo where.lo utf.lo vtab.lo $(CRYPTOLIBOBJ)
# Object files for the amalgamation. # Object files for the amalgamation.
# #