tools: add Host/Uninstall where possible
[openwrt/staging/hauke.git] / tools / coreutils / Makefile
index 87c9102fa6219c6ba2d334c3289b0e354e7b4614..c64210c5a7c6b83dad2c65025ec5432a88b45554 100644 (file)
@@ -35,4 +35,9 @@ define Host/Install
        ln -sf ginstall $(1)/bin/install
 endef
 
+define Host/Uninstall
+       rm -f $(STAGING_DIR_HOST)/bin/install
+       -$(call Host/Compile/Default,uninstall)
+endef
+
 $(eval $(call HostBuild))