X-Git-Url: http://git.ozo.com/?p=openwrt-10.03%2F.git;a=blobdiff_plain;f=include%2Fhost-build.mk;fp=include%2Fhost-build.mk;h=a6118fb06f576d0183f5907b4d8f9f69f6be7fc1;hp=892cde91f5b040b5f1a976b0ec0e4a11665fffd5;hb=c9882fd995455172483315a193c42513c8bba30a;hpb=e83c4ff72150271fc703f362b0b6acee11d51d8c diff --git a/include/host-build.mk b/include/host-build.mk index 892cde91f..a6118fb06 100644 --- a/include/host-build.mk +++ b/include/host-build.mk @@ -97,7 +97,7 @@ endef ifndef DUMP define HostBuild $(if $(QUILT),$(Host/Quilt)) - $(if $(STAMP_PREPARED),,$(if $(strip $(PKG_SOURCE_URL)),$(call Download,default))) + $(if $(if $(PKG_HOST_ONLY),,$(STAMP_PREPARED)),,$(if $(strip $(PKG_SOURCE_URL)),$(call Download,default))) $(if $(DUMP),,$(call HostHost/Autoclean)) $(HOST_STAMP_PREPARED):