summaryrefslogtreecommitdiffstats
path: root/tools
diff options
context:
space:
mode:
authornbd <nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73>2012-09-15 14:17:46 +0000
committernbd <nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73>2012-09-15 14:17:46 +0000
commit8461eed21e597151d919c916d5934503bf0d2f3a (patch)
treef778019b5ae44f4b31dbce7625a96d0dc2577743 /tools
parentcbefadaaef52de55fdc3b8020965a6603a69ae44 (diff)
tools/mpfr: remove bogus configure override
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@33433 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'tools')
-rw-r--r--tools/mpfr/Makefile5
1 files changed, 0 insertions, 5 deletions
diff --git a/tools/mpfr/Makefile b/tools/mpfr/Makefile
index 72712f219..13ee63a6a 100644
--- a/tools/mpfr/Makefile
+++ b/tools/mpfr/Makefile
@@ -22,9 +22,4 @@ HOST_CONFIGURE_ARGS += \
--disable-shared \
--with-gmp=$(STAGING_DIR_HOST)
-define Host/Configure
- echo "PATH=$(shell echo $$PATH)"
- $(call Host/Configure/Default)
-endef
-
$(eval $(call HostBuild))