aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile8
1 files changed, 4 insertions, 4 deletions
diff --git a/Makefile b/Makefile
index aff2a7a55..74c8b34f9 100644
--- a/Makefile
+++ b/Makefile
@@ -1,5 +1,5 @@
1VERSION = 1 1VERSION = 1
2PATCHLEVEL = 18 2PATCHLEVEL = 19
3SUBLEVEL = 0 3SUBLEVEL = 0
4EXTRAVERSION = .git 4EXTRAVERSION = .git
5NAME = Unnamed 5NAME = Unnamed
@@ -465,7 +465,7 @@ core-y := \
465 465
466libs-y := \ 466libs-y := \
467 archival/ \ 467 archival/ \
468 archival/libunarchive/ \ 468 archival/libarchive/ \
469 console-tools/ \ 469 console-tools/ \
470 coreutils/ \ 470 coreutils/ \
471 coreutils/libcoreutils/ \ 471 coreutils/libcoreutils/ \
@@ -1010,8 +1010,8 @@ $(mrproper-dirs):
1010mrproper: clean archmrproper $(mrproper-dirs) 1010mrproper: clean archmrproper $(mrproper-dirs)
1011 $(call cmd,rmdirs) 1011 $(call cmd,rmdirs)
1012 $(call cmd,rmfiles) 1012 $(call cmd,rmfiles)
1013 @find -name Config.src | sed 's/.src$$/.in/' | xargs -r rm -f 1013 @find . -name Config.src | sed 's/.src$$/.in/' | xargs -r rm -f
1014 @find -name Kbuild.src | sed 's/.src$$//' | xargs -r rm -f 1014 @find . -name Kbuild.src | sed 's/.src$$//' | xargs -r rm -f
1015 1015
1016# distclean 1016# distclean
1017# 1017#