tools/mpfr: remove bogus configure override
authornbd <nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Sat, 15 Sep 2012 14:17:46 +0000 (14:17 +0000)
committernbd <nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Sat, 15 Sep 2012 14:17:46 +0000 (14:17 +0000)
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@33433 3c298f89-4303-0410-b956-a3cf2f4a3e73

tools/mpfr/Makefile

index 72712f2..13ee63a 100644 (file)
@@ -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))