X-Git-Url: http://git.openwrt.org/?p=openwrt%2Fopenwrt.git;a=blobdiff_plain;f=tools%2Fautoconf%2FMakefile;h=30ca2d28d1437f5cae0495cde3157d351f808f7e;hp=cf66563ea0de9b26754ef98d962b4e73a4e2c50b;hb=480864baef678b7419b01a6e377b7871e67bb1e7;hpb=90904e3704f5adf32269c3a75eb80ca3df1a5422 diff --git a/tools/autoconf/Makefile b/tools/autoconf/Makefile index cf66563ea0..30ca2d28d1 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