diff -r aa1a9fbd6eb8 -r 2dace56fc87e Makefile --- a/Makefile Thu May 17 16:22:51 2007 +0000 +++ b/Makefile Mon May 21 22:01:28 2007 +0000 @@ -33,7 +33,7 @@ help:: @echo 'Execute "make" or "make all" to build all targets marked with [*]' -.config: $(shell find $(CT_TOP_DIR)/config -type f -name '*.in') +.config: $(CONFIG_FILES) $(CT_TOP_DIR)/config/debug.in @make oldconfig # Actual build