X-Git-Url: http://git.openwrt.org/?p=openwrt%2Fopenwrt.git;a=blobdiff_plain;f=tools%2Fgmp%2FMakefile;fp=tools%2Fgmp%2FMakefile;h=1bee5f2b1f9f8ecfbbdbe99d3e29f6b654ea4e65;hp=38ffcb72a4174fbdbb7c31d0e1efa2511c60fe0f;hb=ccb6b0a063a4133ac59c811476b670c7d66f84ed;hpb=f9e41adc80d0492ff9c94b4b660ac9ac8a6cae02 diff --git a/tools/gmp/Makefile b/tools/gmp/Makefile index 38ffcb72a4..1bee5f2b1f 100644 --- a/tools/gmp/Makefile +++ b/tools/gmp/Makefile @@ -23,13 +23,4 @@ HOST_CONFIGURE_ARGS += \ --enable-cxx \ --enable-mpbsd -define Host/Configure - (cd $(HOST_BUILD_DIR)/$(3); \ - $(HOST_CONFIGURE_CMD) \ - $(HOST_CONFIGURE_VARS) \ - $(HOST_CONFIGURE_ARGS); \ - ) -endef - - $(eval $(call HostBuild))