From f807c242141333353deb64f1afd4294fd57e58c2 Mon Sep 17 00:00:00 2001 From: nbd Date: Fri, 8 May 2009 20:44:47 +0000 Subject: clean up / fix various Host/Clean templates in tools/ git-svn-id: svn://svn.openwrt.org/openwrt/trunk@15714 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- tools/autoconf/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tools/autoconf') 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 -- cgit v1.2.3