summaryrefslogtreecommitdiff
path: root/mk/fetch.mk
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2014-03-08 12:11:58 +0100
committerWaldemar Brodkorb <wbx@openadk.org>2014-03-08 12:11:58 +0100
commit8763676774c6f36f2ec69ec2ff2bbc411fa0e6d0 (patch)
tree9ffb19323855d0e33c4e4980919ef62eaef21464 /mk/fetch.mk
parenta1b573dff0e1924961f3caf823a5fc1de998f643 (diff)
rename DISTDIR, make it configurable in the menu
Diffstat (limited to 'mk/fetch.mk')
-rw-r--r--mk/fetch.mk4
1 files changed, 2 insertions, 2 deletions
diff --git a/mk/fetch.mk b/mk/fetch.mk
index a2590d467..6382571b3 100644
--- a/mk/fetch.mk
+++ b/mk/fetch.mk
@@ -2,9 +2,9 @@
# material, please see the LICENCE file in the top-level directory.
ifneq ($(strip ${DIST_SUBDIR}),)
-FULLDISTDIR?= ${DISTDIR}/${DIST_SUBDIR}
+FULLDISTDIR?= ${DL_DIR}/${DIST_SUBDIR}
else
-FULLDISTDIR?= ${DISTDIR}
+FULLDISTDIR?= ${DL_DIR}
endif
FULLDISTFILES= $(patsubst %,${FULLDISTDIR}/%,${DISTFILES})