From e53003f5fceb7a54f646d06ee4344860c367b749 Mon Sep 17 00:00:00 2001 From: Felix Fietkau Date: Fri, 8 May 2009 20:44:47 +0000 Subject: clean up / fix various Host/Clean templates in tools/ SVN-Revision: 15714 --- tools/automake/Makefile | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'tools/automake') diff --git a/tools/automake/Makefile b/tools/automake/Makefile index 679a954218..cd258479df 100644 --- a/tools/automake/Makefile +++ b/tools/automake/Makefile @@ -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 -- cgit v1.2.3