aboutsummaryrefslogtreecommitdiff
path: root/rules/git.mk
diff options
context:
space:
mode:
Diffstat (limited to 'rules/git.mk')
-rw-r--r--rules/git.mk1
1 files changed, 1 insertions, 0 deletions
diff --git a/rules/git.mk b/rules/git.mk
index 449f726..c7072db 100644
--- a/rules/git.mk
+++ b/rules/git.mk
@@ -28,6 +28,7 @@ build-depends += developer/versioning/git
download-stamp: check-build-dep-stamp
unpack-stamp: download-stamp
+download = $(git-url)
download-stamp:
[ -d $(sourcedir) ] || git clone $(git-url) $(sourcedir)