diff options
Diffstat (limited to 'rules/hg.mk')
-rw-r--r-- | rules/hg.mk | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/rules/hg.mk b/rules/hg.mk index 2d974a0..df6e130 100644 --- a/rules/hg.mk +++ b/rules/hg.mk @@ -28,6 +28,7 @@ build-depends += developer/versioning/mercurial download-stamp: check-build-dep-stamp unpack-stamp: download-stamp +download = $(hg-url) download-stamp: [ -d $(sourcedir) ] || hg clone $(hg-url) $(sourcedir) |