diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2010-09-18 19:59:18 +0200 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2010-09-18 19:59:18 +0200 |
commit | 81674c671b31357683136b815896cc388d186b80 (patch) | |
tree | 9ce12b2923b21e0457f900f803a8b1dfb418222e /GNUmakefile | |
parent | 2440e3f9263b9778ca0ad3fd8770a5929a1ad279 (diff) |
fix separate package rebuilds
Diffstat (limited to 'GNUmakefile')
-rw-r--r-- | GNUmakefile | 3 |
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 |