diff options
author | Felix Fietkau <nbd@openwrt.org> | 2009-09-25 09:28:14 +0000 |
---|---|---|
committer | Felix Fietkau <nbd@openwrt.org> | 2009-09-25 09:28:14 +0000 |
commit | 7de1e0f116627ad9a63da0ffc2d3b1ce15c8f01f (patch) | |
tree | 444fd276f5ae543b56737934931f5bb708a2a87b /include/host-build.mk | |
parent | 920ff492327d640669fb43d2ad3ddd787b174a0f (diff) | |
download | upstream-7de1e0f116627ad9a63da0ffc2d3b1ce15c8f01f.tar.gz upstream-7de1e0f116627ad9a63da0ffc2d3b1ce15c8f01f.tar.bz2 upstream-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.mk | 2 |
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) \ |