From ad4506783b053fc7ac4918051783c8850a766b93 Mon Sep 17 00:00:00 2001 From: Rob Austein Date: Fri, 24 Jun 2016 17:04:05 -0400 Subject: 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}) -- cgit v1.2.3