summaryrefslogtreecommitdiff
path: root/BSDmakefile
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 /BSDmakefile
parent2440e3f9263b9778ca0ad3fd8770a5929a1ad279 (diff)
fix separate package rebuilds
Diffstat (limited to 'BSDmakefile')
-rw-r--r--BSDmakefile3
1 files changed, 1 insertions, 2 deletions
diff --git a/BSDmakefile b/BSDmakefile
index 760d123d6..9afeaa3af 100644
--- a/BSDmakefile
+++ b/BSDmakefile
@@ -12,7 +12,7 @@ GMAKE_ENV+= ADKVERSION=${ADKVERSION:Q}
.if defined(package) && !empty(package)
subdir:= package/${package}
. if !make(clean)
-_subdir_dep:= ${TOPDIR}/.ADK_HAVE_DOT_CONFIG
+_subdir_dep:= ${TOPDIR}/.config
. endif
.endif
@@ -29,7 +29,6 @@ _subdir: ${_subdir_dep}
${GMAKE} VERBOSE=1 ${.MFLAGS} ${_subdir}
. include "${.CURDIR}/prereq.mk"
-. include "${.CURDIR}/mk/split-cfg.mk"
.else
. include "${.CURDIR}/Makefile"
.endif