tools: add Host/Uninstall where possible
[openwrt/staging/dedeckeh.git] / tools / tar / Makefile
index f1dfc11f93c7229f39d5654dc807ec6724109c0b..47aad9ec6e0404e1da5f1a46d2d2e5f2d9a923fa 100644 (file)
@@ -28,4 +28,8 @@ HOST_CONFIGURE_ARGS += \
        --disable-acl \
        --disable-nls
 
+define Host/Uninstall
+       -$(call Host/Compile/Default,uninstall)
+endef
+
 $(eval $(call HostBuild))