X-Git-Url: https://git.rohieb.name/openwrt.git/blobdiff_plain/800e84cc0ff36cfbc254ec9681d8731a4fd480f1..2f7cbe555a85de36e7e4c9f006f6132989f6f52e:/tools/automake/Makefile diff --git a/tools/automake/Makefile b/tools/automake/Makefile index 679a95421..cd258479d 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