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 --- GNUmakefile | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'GNUmakefile') 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 -- cgit v1.2.3