aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index 14f5cd149..c231092be 100644
--- a/Makefile
+++ b/Makefile
@@ -1001,8 +1001,8 @@ $(mrproper-dirs):
1001mrproper: clean archmrproper $(mrproper-dirs) 1001mrproper: clean archmrproper $(mrproper-dirs)
1002 $(call cmd,rmdirs) 1002 $(call cmd,rmdirs)
1003 $(call cmd,rmfiles) 1003 $(call cmd,rmfiles)
1004 @find -name Config.src | sed 's/.src$/.in/' | xargs -r rm -f 1004 @find -name Config.src | sed 's/.src$$/.in/' | xargs -r rm -f
1005 @find -name Kbuild.src | sed 's/.src$//' | xargs -r rm -f 1005 @find -name Kbuild.src | sed 's/.src$$//' | xargs -r rm -f
1006 1006
1007# distclean 1007# distclean
1008# 1008#