download: handle possibly invalid local tarballs
[openwrt/openwrt.git] / include / package.mk
index 50bd838180d86640856ced178680d3f425b6ebcc..5eb4460db86ce81d7de16646eb469b1dae2f41cb 100644 (file)
@@ -189,6 +189,8 @@ define Build/CoreTargets
   $(call Build/Autoclean)
   $(call DefaultTargets)
 
+  $(DL_DIR)/$(FILE): FORCE
+
   download:
        $(foreach hook,$(Hooks/Download),
                $(call $(hook))$(sep)