X-Git-Url: https://git.rohieb.name/openwrt.git/blobdiff_plain/800e84cc0ff36cfbc254ec9681d8731a4fd480f1..b40bc2899b2e399c07e4b0b1dda0f9cfcb9c8b5a:/tools/autoconf/Makefile diff --git a/tools/autoconf/Makefile b/tools/autoconf/Makefile index 12bbaba25..c6279494e 100644 --- a/tools/autoconf/Makefile +++ b/tools/autoconf/Makefile @@ -30,7 +30,7 @@ define Host/Install endef define Host/Clean - export SHELL="$(BASH)"; $(MAKE) -C $(HOST_BUILD_DIR) uninstall + -export SHELL="$(BASH)"; $(MAKE) -C $(HOST_BUILD_DIR) uninstall $(call Host/Clean/Default) endef