FIX: fixed dependency bug in Makefile.configure

This commit is contained in:
Dominik Meyer 2014-12-06 00:27:50 +01:00
parent ab6cd3f1ad
commit a1c4a2d31e
1 changed files with 2 additions and 1 deletions

View File

@ -19,11 +19,12 @@ kconfig_clean:
.PHONY: config
config: $(MAKEFILES_PATH)$(KCONFIG_SUBDIR)conf Kconfig
$(MAKEFILES_PATH)$(KCONFIG_SUBDIR)conf $(MAKEFILES_PATH)Kconfig
-@rm Make.sources
.PHONY: menuconfig
menuconfig: $(MAKEFILES_PATH)$(KCONFIG_SUBDIR)mconf Kconfig
$(MAKEFILES_PATH)$(KCONFIG_SUBDIR)mconf $(MAKEFILES_PATH)Kconfig
-@rm Make.sources
## recursive make calls to kconfig subdir for building the executables