X-Git-Url: https://git.rohieb.name/openwrt.git/blobdiff_plain/7af6a41b95faaf9cd2e0e5fdf9c8dad95454e620..2252f6f066f68a12ca80456980ae13edcd4048c6:/include/host-build.mk diff --git a/include/host-build.mk b/include/host-build.mk index e04cd0898..2da41cc08 100644 --- a/include/host-build.mk +++ b/include/host-build.mk @@ -54,7 +54,7 @@ HOST_CONFIGURE_ARGS = \ HOST_CONFIGURE_CMD = ./configure define Host/Configure/Default - @(cd $(HOST_BUILD_DIR)/$(3); \ + (cd $(HOST_BUILD_DIR)/$(3); \ if [ -x configure ]; then \ $(CP) $(SCRIPT_DIR)/config.{guess,sub} $(HOST_BUILD_DIR)/$(3)/ && \ $(2) \ @@ -123,12 +123,12 @@ ifndef DUMP $(call Host/Prepare) touch $$@ - $(call Host/Exports,$(STAMP_CONFIGURED)) + $(call Host/Exports,$(HOST_STAMP_CONFIGURED)) $(HOST_STAMP_CONFIGURED): $(HOST_STAMP_PREPARED) $(call Host/Configure) touch $$@ - $(call Host/Exports,$(STAMP_BUILT)) + $(call Host/Exports,$(HOST_STAMP_BUILT)) $(HOST_STAMP_BUILT): $(HOST_STAMP_CONFIGURED) $(call Host/Compile) touch $$@