remove autoconf from prereq-build.mk, as it is part of the tools/ build
[openwrt/staging/florian.git] / include / host-build.mk
index 57cb3002b5fa0a2dc212e8be32cce760a1b89f57..a0ffd83b6e0bec3145a80f4b22741bfeb8b7bf42 100644 (file)
@@ -122,7 +122,7 @@ ifndef DUMP
     host-install: $(HOST_STAMP_INSTALLED)
   endif
 
-  download:
+  $(if $(STAMP_BUILT),compile: host-install)
   host-prepare: $(HOST_STAMP_PREPARED)
   host-configure: $(HOST_STAMP_CONFIGURED)
   host-compile: $(HOST_STAMP_BUILT)
@@ -134,6 +134,7 @@ ifndef DUMP
 
   endef
 
+  download:
   prepare: host-prepare
   compile: host-compile
   install: host-install