X-Git-Url: http://git.ozo.com/?a=blobdiff_plain;f=tools%2Fmpc%2FMakefile;h=b2fdb324986cce9fb517c91e40f9fa8c8f994851;hb=47bcb2556f2dbe569c046efb99d2051be5b1a864;hp=f0918b3b1d8c13891de8fe7a9950ee6f9430f5a7;hpb=fcd5b103546aa684461fd9eba65b73726b5a2b3d;p=openwrt-github%2F.git diff --git a/tools/mpc/Makefile b/tools/mpc/Makefile index f0918b3b1d..b2fdb32498 100644 --- a/tools/mpc/Makefile +++ b/tools/mpc/Makefile @@ -23,13 +23,4 @@ HOST_CONFIGURE_ARGS += \ --with-mpfr=$(TOPDIR)/staging_dir/host \ --with-gmp=$(TOPDIR)/staging_dir/host -define Host/Configure - (cd $(HOST_BUILD_DIR)/$(3); \ - $(HOST_CONFIGURE_CMD) \ - $(HOST_CONFIGURE_VARS) \ - $(HOST_CONFIGURE_ARGS); \ - ) -endef - - $(eval $(call HostBuild))