From: Felix Fietkau Date: Sat, 15 Sep 2012 14:17:52 +0000 (+0000) Subject: tools/mpc: remove bogus configure override X-Git-Tag: v12.09~400 X-Git-Url: http://git.ozo.com/?a=commitdiff_plain;h=47bcb2556f2dbe569c046efb99d2051be5b1a864;hp=fcd5b103546aa684461fd9eba65b73726b5a2b3d;p=openwrt-github%2F.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))