summaryrefslogtreecommitdiff
path: root/Makefile.adk
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2017-07-25 22:16:37 +0200
committerWaldemar Brodkorb <wbx@openadk.org>2017-07-25 22:16:37 +0200
commit82bab389a4f5e871dae68ff376fb74537b1e75b6 (patch)
tree00bb643162853e282e04eeae6c1f06e232216027 /Makefile.adk
parentf94dbc199e0abcdd3b8cc9d9d7226d8a1a6b47e1 (diff)
parentdba433e831fb3fe7ea5e6ced99c92643b8e7f9e8 (diff)
Merge branch 'master' of gogs.waldemar-brodkorb.de:linux/openadk
Diffstat (limited to 'Makefile.adk')
-rw-r--r--Makefile.adk2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.adk b/Makefile.adk
index df0d98d4c..663ab584a 100644
--- a/Makefile.adk
+++ b/Makefile.adk
@@ -2,7 +2,7 @@
# material, please see the LICENCE file in the top-level directory.
ADK_TOPDIR:= $(shell pwd)
-GMAKE_FMK= ${MAKE} -f $(PWD)/mk/build.mk
+GMAKE_FMK= ${MAKE} -f ${ADK_TOPDIR}/mk/build.mk
GMAKE_INV= ${GMAKE_FMK} --no-print-directory
_UNLIMIT= __limit=$$(ulimit -dH 2>/dev/null); \