From 0096e0dff7945660405f965effc065493ae80ac7 Mon Sep 17 00:00:00 2001 From: Bernhard Reutner-Fischer Date: Fri, 20 Dec 2013 13:59:03 +0100 Subject: buildsys: Fix error on config clean in realclean Signed-off-by: Bernhard Reutner-Fischer --- Makefile.in | 1 + 1 file changed, 1 insertion(+) (limited to 'Makefile.in') diff --git a/Makefile.in b/Makefile.in index 946e14e9f..9d06069f7 100644 --- a/Makefile.in +++ b/Makefile.in @@ -174,6 +174,7 @@ HEADERCLEAN_common: headers_clean-y += HEADERCLEAN_common HEADERCLEAN_config: $(do_rm) -r $(addprefix $(top_builddir)include/,config generated) +menuconfig-clean-y: HEADERCLEAN_config # The headers. Arch specific headers are specified via ARCH_HEADERS in # libc/sysdeps/linux/$(TARGET_ARCH)/Makefile.arch which appends those via -- cgit v1.2.3