summaryrefslogtreecommitdiff
path: root/package/strace/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'package/strace/Makefile')
-rw-r--r--package/strace/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/package/strace/Makefile b/package/strace/Makefile
index 0597dc2cc..0ef98f08f 100644
--- a/package/strace/Makefile
+++ b/package/strace/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:= strace
PKG_VERSION:= 4.8
@@ -11,7 +11,7 @@ PKG_DESCR:= system call trace program
PKG_SECTION:= app/debug
PKG_SITES:= ${MASTER_SITE_SOURCEFORGE:=strace/}
-include ${TOPDIR}/mk/package.mk
+include ${ADK_TOPDIR}/mk/package.mk
$(eval $(call PKG_template,STRACE,strace,${PKG_VERSION}-${PKG_RELEASE},${PKG_DEPENDS},${PKG_DESCR},${PKG_SECTION}))
@@ -28,4 +28,4 @@ do-install:
${INSTALL_DIR} ${IDIR_STRACE}/usr/sbin
${INSTALL_BIN} ${WRKBUILD}/strace ${IDIR_STRACE}/usr/sbin
-include ${TOPDIR}/mk/pkg-bottom.mk
+include ${ADK_TOPDIR}/mk/pkg-bottom.mk