From 6a3512627c1852646451b3f42774d2957d408d1e Mon Sep 17 00:00:00 2001 From: nbd Date: Fri, 25 Sep 2009 09:28:14 +0000 Subject: [PATCH] host build: do not hide the configure command git-svn-id: svn://svn.openwrt.org/openwrt/trunk@17716 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- include/host-build.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) \ -- 2.35.1