From 81674c671b31357683136b815896cc388d186b80 Mon Sep 17 00:00:00 2001 From: Waldemar Brodkorb Date: Sat, 18 Sep 2010 19:59:18 +0200 Subject: fix separate package rebuilds --- BSDmakefile | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'BSDmakefile') 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 -- cgit v1.2.3