X-Git-Url: https://git.rohieb.name/openwrt.git/blobdiff_plain/800e84cc0ff36cfbc254ec9681d8731a4fd480f1..1a03e70f1670e914db99349b33e564be7c3a2caa:/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