Explorar o código

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

Signed-off-by: Waldemar Brodkorb <wbx@openadk.org>
mirabilos %!s(int64=8) %!d(string=hai) anos
pai
achega
797c4ecbf1
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  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); \