[Cryptech-Commits] [sw/thirdparty/sqlite3] branch master updated: Support VPATH builds.

git at cryptech.is git at cryptech.is
Fri Jun 24 21:14:40 UTC 2016


This is an automated email from the git hooks/post-receive script.

sra at hactrn.net pushed a commit to branch master
in repository sw/thirdparty/sqlite3.

The following commit(s) were added to refs/heads/master by this push:
       new  ad45067   Support VPATH builds.
ad45067 is described below

commit ad4506783b053fc7ac4918051783c8850a766b93
Author: Rob Austein <sra at hactrn.net>
AuthorDate: Fri Jun 24 17:04:05 2016 -0400

    Support VPATH builds.
---
 GNUmakefile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/GNUmakefile b/GNUmakefile
index d3255f8..d0ddce7 100644
--- a/GNUmakefile
+++ b/GNUmakefile
@@ -56,7 +56,7 @@ ifdef CROSS_COMPILE
 endif
 
 TOP	:= $(shell pwd)
-TARBALL	:= ${TOP}/$(notdir ${URL})
+TARBALL	?= ${TOP}/$(notdir ${URL})
 BUILD	:= ${TOP}/build
 OUTPUT	:= ${BUILD}/sqlite3.h ${BUILD}/.libs/libsqlite3.a ${BUILD}/sqlite3
 TARGETS	:= $(notdir ${OUTPUT})

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the Commits mailing list