aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index 46eea76bc570..ac54c03c1b1a 100644
--- a/Makefile
+++ b/Makefile
@@ -1,7 +1,7 @@
1VERSION = 2 1VERSION = 2
2PATCHLEVEL = 6 2PATCHLEVEL = 6
3SUBLEVEL = 16 3SUBLEVEL = 16
4EXTRAVERSION =-rc5 4EXTRAVERSION =-rc6
5NAME=Sliding Snow Leopard 5NAME=Sliding Snow Leopard
6 6
7# *DOCUMENTATION* 7# *DOCUMENTATION*
@@ -905,7 +905,7 @@ define filechk_version.h
905 ) 905 )
906endef 906endef
907 907
908include/linux/version.h: $(srctree)/Makefile .config FORCE 908include/linux/version.h: $(srctree)/Makefile .config .kernelrelease FORCE
909 $(call filechk,version.h) 909 $(call filechk,version.h)
910 910
911# --------------------------------------------------------------------------- 911# ---------------------------------------------------------------------------