diff -r aa1a9fbd6eb8 -r d95ccd73ed92 Makefile --- a/Makefile Thu May 17 16:22:51 2007 +0000 +++ b/Makefile Sat May 19 22:54:20 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