diff -r 24f1e56e89a0 -r 1bfe65e14402 Makefile --- a/Makefile Tue Apr 10 16:19:53 2007 +0000 +++ b/Makefile Wed Apr 18 17:35:04 2007 +0000 @@ -17,7 +17,6 @@ @echo include $(CT_TOP_DIR)/kconfig/Makefile -#include $(CT_TOP_DIR)/samples/Makefile help:: @echo 'Build targets:' @@ -27,7 +26,7 @@ include $(CT_TOP_DIR)/tools/Makefile -.config: config/*.in +.config: $(shell find $(CT_TOP_DIR)/config -type f -name '*.in') @make menuconfig @# Because exiting menuconfig without saving is not an error to menuconfig @test -f .config