summaryrefslogtreecommitdiff
path: root/package/heyu/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'package/heyu/Makefile')
-rw-r--r--package/heyu/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/package/heyu/Makefile b/package/heyu/Makefile
index efeb0f6ca..7f6232aa6 100644
--- a/package/heyu/Makefile
+++ b/package/heyu/Makefile
@@ -1,7 +1,7 @@
# 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 ${ADK_TOPDIR}/rules.mk
PKG_NAME:= heyu
PKG_VERSION:= 2.6.0
@@ -17,7 +17,7 @@ PKG_LIBC_DEPENDS:= uclibc glibc
DISTFILES:= ${PKG_NAME}-${PKG_VERSION}.tgz
-include ${TOPDIR}/mk/package.mk
+include ${ADK_TOPDIR}/mk/package.mk
$(eval $(call PKG_template,HEYU,heyu,${PKG_VERSION}-${PKG_RELEASE},${PKG_DEPENDS},${PKG_DESCR},${PKG_SECTION}))
@@ -39,4 +39,4 @@ do-install:
${INSTALL_DIR} ${IDIR_HEYU}/usr/bin
${INSTALL_BIN} ${WRKBUILD}/heyu ${IDIR_HEYU}/usr/bin/
-include ${TOPDIR}/mk/pkg-bottom.mk
+include ${ADK_TOPDIR}/mk/pkg-bottom.mk