summaryrefslogtreecommitdiffstats
path: root/include/host-build.mk
diff options
context:
space:
mode:
authorFelix Fietkau <nbd@openwrt.org>2009-09-25 09:28:14 +0000
committerFelix Fietkau <nbd@openwrt.org>2009-09-25 09:28:14 +0000
commit7de1e0f116627ad9a63da0ffc2d3b1ce15c8f01f (patch)
tree444fd276f5ae543b56737934931f5bb708a2a87b /include/host-build.mk
parent920ff492327d640669fb43d2ad3ddd787b174a0f (diff)
downloadmaster-31e0f0ae-7de1e0f116627ad9a63da0ffc2d3b1ce15c8f01f.tar.gz
master-31e0f0ae-7de1e0f116627ad9a63da0ffc2d3b1ce15c8f01f.tar.bz2
master-31e0f0ae-7de1e0f116627ad9a63da0ffc2d3b1ce15c8f01f.zip
host build: do not hide the configure command
SVN-Revision: 17716
Diffstat (limited to 'include/host-build.mk')
-rw-r--r--include/host-build.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/host-build.mk b/include/host-build.mk
index 4bac680147..2da41cc083 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) \