diff options
Diffstat (limited to 'BSDmakefile')
-rw-r--r-- | BSDmakefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/BSDmakefile b/BSDmakefile index 86b674100..760d123d6 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}/.cfg/ADK_HAVE_DOT_CONFIG +_subdir_dep:= ${TOPDIR}/.ADK_HAVE_DOT_CONFIG . endif .endif |