clean up / fix various Host/Clean templates in tools/
[openwrt.git] / tools / autoconf / Makefile
index 12bbaba..c627949 100644 (file)
@@ -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
 
This page took 0.021504 seconds and 4 git commands to generate.