summaryrefslogtreecommitdiff
path: root/package/mpfr/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'package/mpfr/Makefile')
-rw-r--r--package/mpfr/Makefile8
1 files changed, 4 insertions, 4 deletions
diff --git a/package/mpfr/Makefile b/package/mpfr/Makefile
index eb1468706..0a8117b65 100644
--- a/package/mpfr/Makefile
+++ b/package/mpfr/Makefile
@@ -1,8 +1,8 @@
# This file is part of the OpenADK project. OpenADK is copyrighted
# material, please see the LICENCE file in the top-level directory.
-include ${TOPDIR}/rules.mk
-include ${TOPDIR}/toolchain/mpfr/Makefile.inc
+include ${ADK_TOPDIR}/rules.mk
+include ${ADK_TOPDIR}/toolchain/mpfr/Makefile.inc
PKG_NAME:= mpfr
PKG_DESCR:= multi precision library
@@ -11,7 +11,7 @@ PKG_BUILDDEP:= gmp
PKG_URL:= http://www.mpfr.org/
PKG_OPTS:= dev
-include ${TOPDIR}/mk/package.mk
+include ${ADK_TOPDIR}/mk/package.mk
$(eval $(call PKG_template,MPFR,mpfr,${PKG_VERSION}-${PKG_RELEASE},${PKG_DEPENDS},${PKG_DESCR},${PKG_SECTION},${PKG_OPTS}))
@@ -19,4 +19,4 @@ mpfr-install:
${INSTALL_DIR} ${IDIR_MPFR}/usr/lib
${CP} ${WRKINST}/usr/lib/libmpfr.so* ${IDIR_MPFR}/usr/lib
-include ${TOPDIR}/mk/pkg-bottom.mk
+include ${ADK_TOPDIR}/mk/pkg-bottom.mk