summaryrefslogtreecommitdiff
path: root/package/bash/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'package/bash/Makefile')
-rw-r--r--package/bash/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/package/bash/Makefile b/package/bash/Makefile
index 3e2e3994c..e97323ada 100644
--- a/package/bash/Makefile
+++ b/package/bash/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:= bash
PKG_VERSION:= 4.3
@@ -20,7 +20,7 @@ PKGCS_WITH_CURSES:= libncurses
PKGCB_WITH_CURSES:= ncurses
PKGCD_WITH_TERMCAP:= use termcap library instead of curses
-include $(TOPDIR)/mk/package.mk
+include $(ADK_TOPDIR)/mk/package.mk
$(eval $(call PKG_template,BASH,bash,${PKG_VERSION}-${PKG_RELEASE},${PKG_DEPENDS},${PKG_DESCR},${PKG_SECTION}))
@@ -39,4 +39,4 @@ bash-install:
$(INSTALL_DIR) $(IDIR_BASH)/bin
$(INSTALL_BIN) $(WRKINST)/usr/bin/bash $(IDIR_BASH)/bin/
-include ${TOPDIR}/mk/pkg-bottom.mk
+include ${ADK_TOPDIR}/mk/pkg-bottom.mk