diff options
author | Bernhard Reutner-Fischer <rep.dot.nop@gmail.com> | 2013-12-20 13:59:03 +0100 |
---|---|---|
committer | Bernhard Reutner-Fischer <rep.dot.nop@gmail.com> | 2013-12-20 13:59:03 +0100 |
commit | 0096e0dff7945660405f965effc065493ae80ac7 (patch) | |
tree | cde5681c1efced52d6165bceab94583594f8686b /Makefile.in | |
parent | b45cffc3ca9a2be98b00ce58744021af0e24c479 (diff) |
buildsys: Fix error on config clean in realclean
Signed-off-by: Bernhard Reutner-Fischer <rep.dot.nop@gmail.com>
Diffstat (limited to 'Makefile.in')
-rw-r--r-- | Makefile.in | 1 |
1 files changed, 1 insertions, 0 deletions
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 |