X-Git-Url: http://git.openwrt.org/?p=openwrt%2Fopenwrt.git;a=blobdiff_plain;f=tools%2Fautoconf%2FMakefile;fp=tools%2Fautoconf%2FMakefile;h=c6279494e95d93fc05d1d285a4e43bf063e4ee86;hp=12bbaba2559b2d7edb8ac6888b62a644d3093b69;hb=e53003f5fceb7a54f646d06ee4344860c367b749;hpb=5bc30de4e7959b9e9639ba2db93e9c09f88072e5 diff --git a/tools/autoconf/Makefile b/tools/autoconf/Makefile index 12bbaba255..c6279494e9 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