summaryrefslogtreecommitdiffstats
path: root/tools/mpc
diff options
context:
space:
mode:
authorFelix Fietkau <nbd@openwrt.org>2012-09-15 14:17:52 +0000
committerFelix Fietkau <nbd@openwrt.org>2012-09-15 14:17:52 +0000
commit4620e713a4fe55ee2fac8eaad4d37712c451bd36 (patch)
tree02a622bc021d40b7b979fc56bdebde33f4fae4cc /tools/mpc
parent3207472445df2f754cfba0c68dd04fb0f0de1b98 (diff)
downloadmaster-31e0f0ae-4620e713a4fe55ee2fac8eaad4d37712c451bd36.tar.gz
master-31e0f0ae-4620e713a4fe55ee2fac8eaad4d37712c451bd36.tar.bz2
master-31e0f0ae-4620e713a4fe55ee2fac8eaad4d37712c451bd36.zip
tools/mpc: remove bogus configure override
SVN-Revision: 33435
Diffstat (limited to 'tools/mpc')
-rw-r--r--tools/mpc/Makefile9
1 files changed, 0 insertions, 9 deletions
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))