diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2014-06-21 07:41:41 +0200 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2014-06-21 07:41:41 +0200 |
commit | 90f603e2be40d996c421ae8e95464e38911eabaf (patch) | |
tree | a3a8aa942a9acf078eed1333404de22aaa106219 /adk/config/Makefile | |
parent | f9292cf478867567f80ad270d4351e9a48ef4d06 (diff) |
s/TOPDIR/ADK_TOPDIR/
to avoid namespace collisions in some packages, rename TOPDIR.
Sorry you need to make cleandir && make prereq && make
Diffstat (limited to 'adk/config/Makefile')
-rw-r--r-- | adk/config/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
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 |