X-Git-Url: https://git.rohieb.name/openwrt.git/blobdiff_plain/980677d661dd9cd07ac5d9b53848079e5bd12cc9..c0db65fee994bb37015d864ffb3ed392aa530a04:/tools/gmp/Makefile?ds=inline diff --git a/tools/gmp/Makefile b/tools/gmp/Makefile index 38ffcb72a..1bee5f2b1 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))