X-Git-Url: http://git.ozo.com/?a=blobdiff_plain;ds=sidebyside;f=tools%2Fmpfr%2FMakefile;h=13ee63a6a71a468788b68c3cbd1fede7b4a54d94;hb=d7775ab256b1b0853438226c45644c3294e8d06b;hp=72712f219dc2c7426e8b7aeaeee8395bf13ce4c6;hpb=fd1529921d87081b7e4a13a37a8eaeb9653012b9;p=lede-git%2F.git 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))