From a1c4a2d31e2cc2210c387613c668500f12934c09 Mon Sep 17 00:00:00 2001 From: Dominik Meyer Date: Sat, 6 Dec 2014 00:27:50 +0100 Subject: [PATCH] FIX: fixed dependency bug in Makefile.configure --- Makefiles/Makefile.configure | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Makefiles/Makefile.configure b/Makefiles/Makefile.configure index 0ef123a..a7af6c2 100644 --- a/Makefiles/Makefile.configure +++ b/Makefiles/Makefile.configure @@ -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