X-Git-Url: http://git.openwrt.org/?a=blobdiff_plain;f=tools%2Fmpc%2FMakefile;fp=tools%2Fmpc%2FMakefile;h=b170043c1a6c1896c0b58e962b30b45e2d56e8b2;hb=a63805b25f99e609d575ee920baae269fb58794c;hp=733c14173b68749e4949569a310276886d778734;hpb=f2ae4e2f8cf698f6fc6ae802dae86f50916f4286;p=openwrt%2Fstaging%2Fwigyori.git diff --git a/tools/mpc/Makefile b/tools/mpc/Makefile index 733c14173b..b170043c1a 100644 --- a/tools/mpc/Makefile +++ b/tools/mpc/Makefile @@ -25,4 +25,8 @@ HOST_CONFIGURE_ARGS += \ --with-mpfr=$(TOPDIR)/staging_dir/host \ --with-gmp=$(TOPDIR)/staging_dir/host +define Host/Uninstall + -$(call Host/Compile/Default,uninstall) +endef + $(eval $(call HostBuild))