From: a.rottmann Date: Wed, 10 Mar 2004 18:53:09 +0000 (+0000) Subject: Fixed default target. (CVS 1291) X-Git-Tag: version-3.6.10~4777 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=7972e32a9ed3b692cfe597163585f3e7c02cef5c;p=thirdparty%2Fsqlite.git Fixed default target. (CVS 1291) FossilOrigin-Name: af19ab32c5b329b053f3daf3c812eb593b89cd7f --- diff --git a/Makefile.in b/Makefile.in index bb7fa3748a..281cbdb6ce 100644 --- a/Makefile.in +++ b/Makefile.in @@ -82,9 +82,6 @@ endif # You should not have to change anything below this line ############################################################################### -Makefile: Makefile.in - ./config.status - # Object files for the SQLite library. # LIBOBJ = attach.lo auth.lo btree.lo build.lo copy.lo date.lo \ @@ -178,6 +175,9 @@ VDBEHDR = \ # all: sqlite.h libsqlite.la sqlite@TARGET_EXEEXT@ +Makefile: Makefile.in + ./config.status + # Generate the file "last_change" which contains the date of change # of the most recently modified source code file # diff --git a/manifest b/manifest index 18e4e562e8..9c9d4e25e8 100644 --- a/manifest +++ b/manifest @@ -1,6 +1,6 @@ -C *\sAdded\srule\sfor\srebuilding\sMakefile\sfrom\sMakefile.in.\n*\sFixed\sdouble-slash\sproblem\sinduced\sby\sadding\sDESTDIR\ssupport.\s(CVS\s1290) -D 2004-03-10T16:32:03 -F Makefile.in a889656d6a99a86eb15f0e1cf30e1965d1be7898 +C Fixed\sdefault\starget.\s(CVS\s1291) +D 2004-03-10T18:53:09 +F Makefile.in 46788b65500865e3fd965f7617d41697da8a11a1 F Makefile.linux-gcc b86a99c493a5bfb402d1d9178dcdc4bd4b32f906 F README f1de682fbbd94899d50aca13d387d1b3fd3be2dd F VERSION 4328de2a5fb5000699b907ca405cb9d84ba4e097 @@ -188,7 +188,7 @@ F www/sqlite.tcl 3c83b08cf9f18aa2d69453ff441a36c40e431604 F www/tclsqlite.tcl b9271d44dcf147a93c98f8ecf28c927307abd6da F www/vdbe.tcl 9b9095d4495f37697fd1935d10e14c6015e80aa1 F www/whentouse.tcl a8335bce47cc2fddb07f19052cb0cb4d9129a8e4 -P 8a8be4687bf9fd88952b303f30f93aa6fed75b60 -R 9bbe16af7ca71edc39e06e48c7b7023d +P 957827e35cca65de11894eb2dfc78327f4034dfc +R 2350357cc5254595717433c4b073a790 U a.rottmann -Z 94764d77b0b3395c4ed9d65a7a9d46a5 +Z 87b3f442947f3df3308f054830970696 diff --git a/manifest.uuid b/manifest.uuid index eea7056684..efbe833fe4 100644 --- a/manifest.uuid +++ b/manifest.uuid @@ -1 +1 @@ -957827e35cca65de11894eb2dfc78327f4034dfc \ No newline at end of file +af19ab32c5b329b053f3daf3c812eb593b89cd7f \ No newline at end of file