summaryrefslogtreecommitdiffstats
path: root/tools/autoconf
diff options
context:
space:
mode:
authornbd <nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73>2009-05-08 20:44:47 +0000
committernbd <nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73>2009-05-08 20:44:47 +0000
commitf807c242141333353deb64f1afd4294fd57e58c2 (patch)
treedfa64d822c3bdc767752938b7ceef1a8027ac199 /tools/autoconf
parent8b4e96dd04c2d481af773b18197caeb1df587ff2 (diff)
clean up / fix various Host/Clean templates in tools/
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@15714 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'tools/autoconf')
-rw-r--r--tools/autoconf/Makefile2
1 files changed, 1 insertions, 1 deletions
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