| Kernel v2.6.15-rc5-git3 /Makefile |
|---|
 2.6.15-rc5-git3
 Makefile
diff --git a/Makefile b/Makefile
index b1c458c..9c23347 100644
--- a/Makefile
+++ b/Makefile
@@ -1,7 +1,7 @@
VERSION = 2
PATCHLEVEL = 6
SUBLEVEL = 15
-EXTRAVERSION =-rc5
+EXTRAVERSION = -rc5-git3
NAME=Affluent Albatross
# *DOCUMENTATION*
@@ -408,7 +408,7 @@ outputmakefile:
# of make so .config is not included in this case either (for *config).
no-dot-config-targets := clean mrproper distclean \
- cscope TAGS tags help %docs check% kernelrelease
+ cscope TAGS tags help %docs check%
config-targets := 0
mixed-targets := 0
|