diff options
author | Felix Fietkau <nbd@openwrt.org> | 2012-09-15 14:17:52 +0000 |
---|---|---|
committer | Felix Fietkau <nbd@openwrt.org> | 2012-09-15 14:17:52 +0000 |
commit | 4620e713a4fe55ee2fac8eaad4d37712c451bd36 (patch) | |
tree | 02a622bc021d40b7b979fc56bdebde33f4fae4cc /tools/mpc | |
parent | 3207472445df2f754cfba0c68dd04fb0f0de1b98 (diff) | |
download | upstream-4620e713a4fe55ee2fac8eaad4d37712c451bd36.tar.gz upstream-4620e713a4fe55ee2fac8eaad4d37712c451bd36.tar.bz2 upstream-4620e713a4fe55ee2fac8eaad4d37712c451bd36.zip |
tools/mpc: remove bogus configure override
SVN-Revision: 33435
Diffstat (limited to 'tools/mpc')
-rw-r--r-- | tools/mpc/Makefile | 9 |
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)) |