From: Felix Fietkau Date: Sat, 15 Sep 2012 14:17:46 +0000 (+0000) Subject: tools/mpfr: remove bogus configure override X-Git-Url: http://git.openwrt.org/?p=openwrt%2Fsvn-archive%2Farchive.git;a=commitdiff_plain;h=1a1269ac980ff31cbd251417b977802d44930679 tools/mpfr: remove bogus configure override SVN-Revision: 33433 --- diff --git a/tools/mpfr/Makefile b/tools/mpfr/Makefile index 72712f219d..13ee63a6a7 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))