Added target architecture name for ps3
[openwrt.git] / include / host-build.mk
index 57cb300..a0ffd83 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
This page took 0.034934 seconds and 4 git commands to generate.