X-Git-Url: https://git.rohieb.name/openwrt.git/blobdiff_plain/75891cb99cc0695c5de44baaeac3454d5ee3415d..2252f6f066f68a12ca80456980ae13edcd4048c6:/include/host-build.mk?ds=sidebyside diff --git a/include/host-build.mk b/include/host-build.mk index 4bac68014..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) \