diff options
-rw-r--r-- | Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -1008,8 +1008,8 @@ $(mrproper-dirs): | |||
1008 | mrproper: clean archmrproper $(mrproper-dirs) | 1008 | mrproper: 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 | # |