8000 rename utf.o to utf.lo in Makefile.in to resolve upstream make depend… · developernotes/sqlcipher@680e30f · GitHub
[go: up one dir, main page]

Skip to content

Commit 680e30f

Browse files
committed
rename utf.o to utf.lo in Makefile.in to resolve upstream make dependency issue on some platforms
1 parent 201197a commit 680e30f

File tree

Collapse file tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile.in

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -191,7 +191,7 @@ LIBOBJS0 = alter.lo analyze.lo attach.lo auth.lo \
191191
table.lo tokenize.lo trigger.lo \
192192
update.lo util.lo vacuum.lo \
193193
vdbe.lo vdbeapi.lo vdbeaux.lo vdbeblob.lo vdbemem.lo vdbetrace.lo \
194-
wal.lo walker.lo where.lo utf.o vtab.lo $(CRYPTOLIBOBJ)
194+
wal.lo walker.lo where.lo utf.lo vtab.lo $(CRYPTOLIBOBJ)
195195

196196
# Object files for the amalgamation.
197197
#

0 commit comments

Comments
 (0)
0