diff options
| author | Kai Germaschewski <kai@tp1.ruhr-uni-bochum.de> | 2002-10-03 03:20:27 -0500 |
|---|---|---|
| committer | Kai Germaschewski <kai@tp1.ruhr-uni-bochum.de> | 2002-10-03 03:20:27 -0500 |
| commit | b10f06117d1a8c5accdf74c83ad09bebd89fbf6b (patch) | |
| tree | 97743cc9d957a1404e64840f4059c080c19da17e /scripts/Makefile | |
| parent | 09384ba9a2c6c66c9b36171a33e6d221319003c6 (diff) | |
kbuild: Adapt mrproper targets
Use $(call descend,..) for mrproper as well.
Diffstat (limited to 'scripts/Makefile')
| -rw-r--r-- | scripts/Makefile | 6 |
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) |
