summaryrefslogtreecommitdiff
path: root/adk/config/Makefile.in
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2014-06-21 07:41:41 +0200
committerWaldemar Brodkorb <wbx@openadk.org>2014-06-21 07:41:41 +0200
commit90f603e2be40d996c421ae8e95464e38911eabaf (patch)
treea3a8aa942a9acf078eed1333404de22aaa106219 /adk/config/Makefile.in
parentf9292cf478867567f80ad270d4351e9a48ef4d06 (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.in')
-rw-r--r--adk/config/Makefile.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/adk/config/Makefile.in b/adk/config/Makefile.in
index 0b3ac40a9..506d04cab 100644
--- a/adk/config/Makefile.in
+++ b/adk/config/Makefile.in
@@ -2,4 +2,4 @@ ifeq ($(strip $(ADK_PACKAGE_CONFIG)),y)
TARGETS+=config
endif
-include ${TOPDIR}/mk/pkg-bottom.mk
+include ${ADK_TOPDIR}/mk/pkg-bottom.mk