summaryrefslogtreecommitdiffstats
path: root/tools/automake/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'tools/automake/Makefile')
-rw-r--r--tools/automake/Makefile3
1 files changed, 1 insertions, 2 deletions
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