speed up the build system a little bit
[openwrt-10.03/.git] / include / host.mk
index ed961e35d91a662d4427166d4adcdc9731ea3ebd..1130d5b9a623a52682811c3d116b6593793821fd 100644 (file)
@@ -11,6 +11,7 @@ export TAR
 
 $(TMP_DIR)/.host.mk: $(INCLUDE_DIR)/host.mk
        @( \
+               echo -n "BASH:=$(shell which bash)"; \
                HOST_OS=`uname`; \
                case "$$HOST_OS" in \
                        Linux) HOST_ARCH=`uname -m`;; \