X-Git-Url: https://git.rohieb.name/openwrt.git/blobdiff_plain/914e3a320db488a8f13a63d2a2633564fc2894cf..e3187ca12f98fa5966b8db5ab112a7cc17cfd8f0:/tools/autoconf/Makefile?ds=inline diff --git a/tools/autoconf/Makefile b/tools/autoconf/Makefile index cf66563ea..30ca2d28d 100644 --- a/tools/autoconf/Makefile +++ b/tools/autoconf/Makefile @@ -22,16 +22,15 @@ define Build/Configure endef define Build/Compile - $(MAKE) -C $(PKG_BUILD_DIR) + export SHELL="$(BASH)"; $(MAKE) -C $(PKG_BUILD_DIR) endef define Build/Install - $(MAKE) -C $(PKG_BUILD_DIR) install + export SHELL="$(BASH)"; $(MAKE) -C $(PKG_BUILD_DIR) install endef define Build/Clean - $(MAKE) -C $(PKG_BUILD_DIR) uninstall - $(MAKE) -C $(PKG_BUILD_DIR) clean + export SHELL="$(BASH)"; $(MAKE) -C $(PKG_BUILD_DIR) uninstall $(call Build/Clean/Default) endef