diff options
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -1,5 +1,5 @@ | |||
1 | VERSION = 3 | 1 | VERSION = 3 |
2 | PATCHLEVEL = 3 | 2 | PATCHLEVEL = 4 |
3 | SUBLEVEL = 0 | 3 | SUBLEVEL = 0 |
4 | EXTRAVERSION = -rc2 | 4 | EXTRAVERSION = -rc2 |
5 | NAME = Saber-toothed Squirrel | 5 | NAME = Saber-toothed Squirrel |
@@ -1172,7 +1172,7 @@ MRPROPER_FILES += .config .config.old .version .old_version \ | |||
1172 | # | 1172 | # |
1173 | clean: rm-dirs := $(CLEAN_DIRS) | 1173 | clean: rm-dirs := $(CLEAN_DIRS) |
1174 | clean: rm-files := $(CLEAN_FILES) | 1174 | clean: rm-files := $(CLEAN_FILES) |
1175 | clean-dirs := $(addprefix _clean_, . $(vmlinux-alldirs) Documentation) | 1175 | clean-dirs := $(addprefix _clean_, . $(vmlinux-alldirs) Documentation samples) |
1176 | 1176 | ||
1177 | PHONY += $(clean-dirs) clean archclean | 1177 | PHONY += $(clean-dirs) clean archclean |
1178 | $(clean-dirs): | 1178 | $(clean-dirs): |