X-Git-Url: http://git.openwrt.org/?a=blobdiff_plain;f=tools%2Ffindutils%2FMakefile;h=ac1d5312c9da7ab81718a7f9e9306fdcee8070e3;hb=a63805b25f99e609d575ee920baae269fb58794c;hp=d0d780689ba147aa8756dc31494857ae8d57ccfc;hpb=f2ae4e2f8cf698f6fc6ae802dae86f50916f4286;p=openwrt%2Fstaging%2Fjow.git diff --git a/tools/findutils/Makefile b/tools/findutils/Makefile index d0d780689b..ac1d5312c9 100644 --- a/tools/findutils/Makefile +++ b/tools/findutils/Makefile @@ -28,4 +28,8 @@ HOST_CONFIGURE_ARGS += \ --disable-nls \ --without-selinux +define Host/Uninstall + -$(call Host/Compile/Default,uninstall) +endef + $(eval $(call HostBuild))