summaryrefslogtreecommitdiff
path: root/mk/ccache.mk
diff options
context:
space:
mode:
Diffstat (limited to 'mk/ccache.mk')
-rw-r--r--mk/ccache.mk6
1 files changed, 3 insertions, 3 deletions
diff --git a/mk/ccache.mk b/mk/ccache.mk
index 36f5ab0..27faf53 100644
--- a/mk/ccache.mk
+++ b/mk/ccache.mk
@@ -46,9 +46,9 @@ $(CCACHE_HOST_BUILD_DIR)/.installed: ccache_download \
@touch $@
ccache_download:
- @test -e $(DOWNLOAD_DIR)/$(CCACHE_PACKAGE_PACKAGE) || \
- wget -O $(DOWNLOAD_DIR)/$(CCACHE_PACKAGE_PACKAGE) \
- $(CCACHE_PACKAGE_SITE)/$(CCACHE_PACKAGE)
+ @test -e $(DOWNLOAD_DIR)/$(CCACHE_PACKAGE) || \
+ wget -O $(DOWNLOAD_DIR)/$(CCACHE_PACKAGE) \
+ $(CCACHE_SITE)/$(CCACHE_PACKAGE)
$(CCACHE_HOST_BUILD_DIR)/.decompressed:
$(call EMBTK_GENERIC_MESSAGE,"Decompressing $(CCACHE_PACKAGE) ...")