summaryrefslogtreecommitdiff
path: root/Makerules
diff options
context:
space:
mode:
authorBernhard Reutner-Fischer <rep.dot.nop@gmail.com>2013-12-20 13:59:03 +0100
committerBernhard Reutner-Fischer <rep.dot.nop@gmail.com>2013-12-20 13:59:03 +0100
commit0096e0dff7945660405f965effc065493ae80ac7 (patch)
treecde5681c1efced52d6165bceab94583594f8686b /Makerules
parentb45cffc3ca9a2be98b00ce58744021af0e24c479 (diff)
buildsys: Fix error on config clean in realclean
Signed-off-by: Bernhard Reutner-Fischer <rep.dot.nop@gmail.com>
Diffstat (limited to 'Makerules')
-rw-r--r--Makerules2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makerules b/Makerules
index 5518b1572..5030205c4 100644
--- a/Makerules
+++ b/Makerules
@@ -488,7 +488,7 @@ files.dep := $(libc-a-y) $(libc-so-y) $(libc-nonshared-y) \
FORCE:
clean: objclean-y headers_clean-y
-realclean: clean HEADERCLEAN_config menuconfig-clean-y
+realclean: clean menuconfig-clean-y
$(Q)$(RM) $(.depends.dep)
objclean-y: $(objclean-y)