clean up / fix various Host/Clean templates in tools/

SVN-Revision: 15714
This commit is contained in:
Felix Fietkau
2009-05-08 20:44:47 +00:00
parent 5bc30de4e7
commit e53003f5fc
6 changed files with 5 additions and 10 deletions

View File

@@ -33,8 +33,7 @@ define Host/Install
endef
define Host/Clean
$(MAKE) -C $(HOST_BUILD_DIR) uninstall
$(MAKE) -C $(HOST_BUILD_DIR) clean
-$(MAKE) -C $(HOST_BUILD_DIR) uninstall
$(call Host/Clean/Default)
endef