]> git.kernelconcepts.de Git - karo-tx-linux.git/blobdiff - Makefile
Linux 2.6.16.11
[karo-tx-linux.git] / Makefile
index 46eea76bc57088c14b427800354df5b5cb98b8b5..e86b4baecf008618fa2772f01dc05e5b0696a631 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -1,7 +1,7 @@
 VERSION = 2
 PATCHLEVEL = 6
 SUBLEVEL = 16
-EXTRAVERSION =-rc5
+EXTRAVERSION = .11
 NAME=Sliding Snow Leopard
 
 # *DOCUMENTATION*
@@ -905,7 +905,7 @@ define filechk_version.h
        )
 endef
 
-include/linux/version.h: $(srctree)/Makefile .config FORCE
+include/linux/version.h: $(srctree)/Makefile .config .kernelrelease FORCE
        $(call filechk,version.h)
 
 # ---------------------------------------------------------------------------