From: mlcreech Date: Wed, 27 Feb 2008 03:22:49 +0000 (+0000) Subject: Add bitvec.lo to LIBOBJS and corresponding make rule (CVS 4813) X-Git-Tag: version-3.6.10~1364 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=5b9d867803002ac7dbbc882cb8c96685a9205aac;p=thirdparty%2Fsqlite.git Add bitvec.lo to LIBOBJS and corresponding make rule (CVS 4813) FossilOrigin-Name: 1d68f3af362f8bb5cdfbf60c60fb218bc316c5d0 --- diff --git a/Makefile.in b/Makefile.in index 9f4d6aa88a..e83d77d2ba 100644 --- a/Makefile.in +++ b/Makefile.in @@ -120,7 +120,7 @@ TCC += -DSQLITE_OMIT_LOAD_EXTENSION=1 # Object files for the SQLite library. # -LIBOBJ = alter.lo analyze.lo attach.lo auth.lo btmutex.lo btree.lo build.lo \ +LIBOBJ = alter.lo analyze.lo attach.lo auth.lo bitvec.lo btmutex.lo btree.lo build.lo \ callback.lo complete.lo date.lo \ delete.lo expr.lo fault.lo func.lo \ hash.lo journal.lo insert.lo loadext.lo \ @@ -365,6 +365,9 @@ attach.lo: $(TOP)/src/attach.c $(HDR) auth.lo: $(TOP)/src/auth.c $(HDR) $(LTCOMPILE) -c $(TOP)/src/auth.c +bitvec.lo: $(TOP)/src/bitvec.c $(HDR) + $(LTCOMPILE) -c $(TOP)/src/bitvec.c + btmutex.lo: $(TOP)/src/btmutex.c $(HDR) $(LTCOMPILE) -c $(TOP)/src/btmutex.c diff --git a/manifest b/manifest index 932fb11570..8204d474b7 100644 --- a/manifest +++ b/manifest @@ -1,7 +1,7 @@ -C Fix\sa\smath\serror\swhen\scomputing\show\smuch\smemory\sto\sallocate\sfor\na\snew\spager.\s(CVS\s4812) -D 2008-02-26T18:40:12 +C Add\sbitvec.lo\sto\sLIBOBJS\sand\scorresponding\smake\srule\s(CVS\s4813) +D 2008-02-27T03:22:49 F Makefile.arm-wince-mingw32ce-gcc ac5f7b2cef0cd850d6f755ba6ee4ab961b1fadf7 -F Makefile.in 6be8d7c60afa918807e77ec4459f8aff68c996d9 +F Makefile.in 7a58cbeeb384716b1cee15bd357a4c7fbf2e63ef F Makefile.linux-gcc d53183f4aa6a9192d249731c90dbdffbd2c68654 F README 9c4e2d6706bdcc3efdd773ce752a8cdab4f90028 F VERSION 2e206fc9458bf10a8c3ba2d13bf521a04ef441c6 @@ -621,7 +621,7 @@ F www/tclsqlite.tcl 8be95ee6dba05eabcd27a9d91331c803f2ce2130 F www/vdbe.tcl 87a31ace769f20d3627a64fa1fade7fed47b90d0 F www/version3.tcl 890248cf7b70e60c383b0e84d77d5132b3ead42b F www/whentouse.tcl fc46eae081251c3c181bd79c5faef8195d7991a5 -P afe49d81f479715e13f18a97170d414a853a6cfe -R 649927922b07188c537964c6ead196eb -U drh -Z 243dd7f11074028b0dbe322629885744 +P 690d05cedae236251778a71fdd32319846580fdf +R f3c2098ae057326edc65d31d29ceb722 +U mlcreech +Z c066edc23db8a3edab8c73bb4ea8b2ef diff --git a/manifest.uuid b/manifest.uuid index b487419b08..709292e7fd 100644 --- a/manifest.uuid +++ b/manifest.uuid @@ -1 +1 @@ -690d05cedae236251778a71fdd32319846580fdf \ No newline at end of file +1d68f3af362f8bb5cdfbf60c60fb218bc316c5d0 \ No newline at end of file