aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorSam Ravnborg <sam@mars.ravnborg.org>2004-09-07 00:22:17 +0200
committerTom Rini <trini@kernel.crashing.org>2004-09-07 00:22:17 +0200
commited186fff48ebb5db1a9ec80ea5a92994738db3f2 (patch)
tree308339375dcfaa7aba2830025874b0b6533b74c3 /Makefile
parent330a08b8a5aa40b6a7e0ca5b03d3489ecce172e7 (diff)
downloadhistory-ed186fff48ebb5db1a9ec80ea5a92994738db3f2.tar.gz
kbuild: Enable compile after localversion change
Last minute change to localversion patch were faulty. filechk needs a valid '$^' file. In this case unused but make sure to supply one. Signed-off-by: Sam Ravnborg <sam@ravnborg.org>
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index d0006c2041116f..59ccb2e189c326 100644
--- a/Makefile
+++ b/Makefile
@@ -813,7 +813,7 @@ define filechk_version.h
)
endef
-include/linux/version.h: FORCE
+include/linux/version.h: $(srctree)/Makefile FORCE
$(call filechk,version.h)
# ---------------------------------------------------------------------------