summaryrefslogtreecommitdiff
path: root/scripts/Makefile
diff options
context:
space:
mode:
authorKai Germaschewski <kai@tp1.ruhr-uni-bochum.de>2002-10-03 03:20:27 -0500
committerKai Germaschewski <kai@tp1.ruhr-uni-bochum.de>2002-10-03 03:20:27 -0500
commitb10f06117d1a8c5accdf74c83ad09bebd89fbf6b (patch)
tree97743cc9d957a1404e64840f4059c080c19da17e /scripts/Makefile
parent09384ba9a2c6c66c9b36171a33e6d221319003c6 (diff)
kbuild: Adapt mrproper targets
Use $(call descend,..) for mrproper as well.
Diffstat (limited to 'scripts/Makefile')
-rw-r--r--scripts/Makefile6
1 files changed, 2 insertions, 4 deletions
diff --git a/scripts/Makefile b/scripts/Makefile
index 07a974b50864..8a0a85ea9a61 100644
--- a/scripts/Makefile
+++ b/scripts/Makefile
@@ -58,8 +58,6 @@ $(obj)/split-include $(obj)/docproc $(addprefix $(obj)/,$(tkparse-objs)) \
$(obj)/conmakehash lxdialog: $(obj)/fixdep
mrproper:
- @echo 'Making mrproper (scripts)'
- @rm -f $(tkparse-objs) $(obj)/kconfig.tk
- @rm -f core $(host-progs)
- @$(MAKE) -C lxdialog mrproper
+ @rm -f $(addprefix $(obj)/,$(tkparse-objs) $(obj)/kconfig.tk core $(host-progs))
+ @$(call descend,scripts/lxdialog,mrproper)