From 90f603e2be40d996c421ae8e95464e38911eabaf Mon Sep 17 00:00:00 2001 From: Waldemar Brodkorb Date: Sat, 21 Jun 2014 07:41:41 +0200 Subject: s/TOPDIR/ADK_TOPDIR/ to avoid namespace collisions in some packages, rename TOPDIR. Sorry you need to make cleandir && make prereq && make --- adk/config/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'adk/config/Makefile') diff --git a/adk/config/Makefile b/adk/config/Makefile index 72ea07005..d1d8ac73a 100644 --- a/adk/config/Makefile +++ b/adk/config/Makefile @@ -2,7 +2,7 @@ # material, please see the LICENCE file in the top-level directory. ifneq ($(filter-out clean,${MAKECMDGOALS}),) -include ${TOPDIR}/rules.mk +include ${ADK_TOPDIR}/rules.mk endif CP=cp -fpR -- cgit v1.2.3