summaryrefslogtreecommitdiff
path: root/GNUmakefile
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2010-09-18 19:59:18 +0200
committerWaldemar Brodkorb <wbx@openadk.org>2010-09-18 19:59:18 +0200
commit81674c671b31357683136b815896cc388d186b80 (patch)
tree9ce12b2923b21e0457f900f803a8b1dfb418222e /GNUmakefile
parent2440e3f9263b9778ca0ad3fd8770a5929a1ad279 (diff)
fix separate package rebuilds
Diffstat (limited to 'GNUmakefile')
-rw-r--r--GNUmakefile3
1 files changed, 1 insertions, 2 deletions
diff --git a/GNUmakefile b/GNUmakefile
index 63c2d4592..a5c07a331 100644
--- a/GNUmakefile
+++ b/GNUmakefile
@@ -11,7 +11,7 @@ export ADKVERSION
ifneq (${package},)
subdir:= package/${package}
-_subdir_dep:= ${TOPDIR}/.ADK_HAVE_DOT_CONFIG
+_subdir_dep:= ${TOPDIR}/.config
endif
ifneq (${subdir},)
@@ -26,7 +26,6 @@ _subdir: ${_subdir_dep}
make VERBOSE=1 ${MAKEFLAGS} ${MAKECMDGOALS}
include prereq.mk
-include mk/split-cfg.mk
else
include Makefile
endif