diff options
Diffstat (limited to 'toolchain/gmp')
-rw-r--r-- | toolchain/gmp/Makefile | 2 | ||||
-rw-r--r-- | toolchain/gmp/Makefile.inc | 6 |
2 files changed, 4 insertions, 4 deletions
diff --git a/toolchain/gmp/Makefile b/toolchain/gmp/Makefile index 1a6a77d26..5b359b8cf 100644 --- a/toolchain/gmp/Makefile +++ b/toolchain/gmp/Makefile @@ -2,8 +2,8 @@ # material, please see the LICENCE file in the top-level directory. include $(TOPDIR)/rules.mk -include ../rules.mk include Makefile.inc +include ../rules.mk include ${TOPDIR}/mk/buildhlp.mk ifeq (${ADK_MAKE_PARALLEL},y) diff --git a/toolchain/gmp/Makefile.inc b/toolchain/gmp/Makefile.inc index ea02b2d0e..29d2e2a68 100644 --- a/toolchain/gmp/Makefile.inc +++ b/toolchain/gmp/Makefile.inc @@ -2,9 +2,9 @@ # material, please see the LICENCE file in the top-level directory. PKG_NAME:= gmp -PKG_VERSION:= 4.3.1 +PKG_VERSION:= 4.3.2 PKG_RELEASE:= 1 -PKG_MD5SUM:= 26cec15a90885042dd4a15c4003b08ae +PKG_MD5SUM:= dd60683d7057917e34630b4a787932e8 PKG_SITES:= ${MASTER_SITE_GNU:=gmp/} DISTFILES:= $(PKG_NAME)-$(PKG_VERSION).tar.bz2 -GMP_BUILD_DIR:= $(TOOLCHAIN_BUILD_DIR)/$(PKG_NAME)-$(PKG_VERSION) +GMP_BUILD_DIR:= $(TOOLCHAIN_BUILD_DIR)/w-$(PKG_NAME)-$(PKG_VERSION)-$(PKG_RELEASE)/$(PKG_NAME)-$(PKG_VERSION) |