From 797c4ecbf18c80729d782d92edba93c600d80ad6 Mon Sep 17 00:00:00 2001 From: mirabilos Date: Tue, 18 Jul 2017 17:53:28 +0200 Subject: =?UTF-8?q?Fix=20=E2=80=9CNo=20rule=20to=20make=20target=20'/mk/bu?= =?UTF-8?q?ild.mk'.=20Stop.=E2=80=9D?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Waldemar Brodkorb --- Makefile.adk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile.adk') 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); \ -- cgit v1.2.3