From: nbd Date: Sat, 15 Sep 2012 14:17:52 +0000 (+0000) Subject: tools/mpc: remove bogus configure override X-Git-Url: http://207.154.207.93/?a=commitdiff_plain;h=e1b8cad7cd8534941d0425e358cb5f8f52f29dd9;p=openwrt.git tools/mpc: remove bogus configure override git-svn-id: svn://svn.openwrt.org/openwrt/trunk@33435 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- 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))