Browse Source

Fix “No rule to make target '/mk/build.mk'. Stop.”

Signed-off-by: Waldemar Brodkorb <wbx@openadk.org>
mirabilos 6 years ago
parent
commit
797c4ecbf1
1 changed files with 1 additions and 1 deletions
  1. 1 1
      Makefile.adk

+ 1 - 1
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); \