Extend checks on build prerequisites for building OpenWRT core
[librecmc/librecmc.git] / include / host-build.mk
index 827ea6bbfb1be72e38309de3fe48435e3aa8172f..79a9b1f8d605ca48e41001ad0177ca53c7e84fb9 100644 (file)
@@ -184,6 +184,8 @@ ifndef DUMP
     clean-build: host-clean-build
   endif
 
+  $(DL_DIR)/$(FILE): FORCE
+
   $(_host_target)host-prepare: $(HOST_STAMP_PREPARED)
   $(_host_target)host-configure: $(HOST_STAMP_CONFIGURED)
   $(_host_target)host-compile: $(HOST_STAMP_BUILT) $(HOST_STAMP_INSTALLED)