aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index 69854373b..d9204f411 100644
--- a/Makefile
+++ b/Makefile
@@ -1008,8 +1008,8 @@ $(mrproper-dirs):
1008mrproper: clean archmrproper $(mrproper-dirs) 1008mrproper: clean archmrproper $(mrproper-dirs)
1009 $(call cmd,rmdirs) 1009 $(call cmd,rmdirs)
1010 $(call cmd,rmfiles) 1010 $(call cmd,rmfiles)
1011 @find -name Config.src | sed 's/.src$$/.in/' | xargs -r rm -f 1011 @find . -name Config.src | sed 's/.src$$/.in/' | xargs -r rm -f
1012 @find -name Kbuild.src | sed 's/.src$$//' | xargs -r rm -f 1012 @find . -name Kbuild.src | sed 's/.src$$//' | xargs -r rm -f
1013 1013
1014# distclean 1014# distclean
1015# 1015#