aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 20e7af2..08f488c 100644
--- a/Makefile
+++ b/Makefile
@@ -226,7 +226,8 @@ $(PLUGINS): %.so: %.o
226 $(Q)$(do_plugin_build) 226 $(Q)$(do_plugin_build)
227 227
228define make_version.h 228define make_version.h
229 (echo \#define VERSION_CODE $(shell \ 229 (echo '/* This file is automatically generated. Do not modify. */'; \
230 echo \#define VERSION_CODE $(shell \
230 expr $(VERSION) \* 256 + $(PATCHLEVEL)); \ 231 expr $(VERSION) \* 256 + $(PATCHLEVEL)); \
231 echo '#define EXTRAVERSION ' $(EXTRAVERSION); \ 232 echo '#define EXTRAVERSION ' $(EXTRAVERSION); \
232 echo '#define VERSION_STRING "'$(VERSION).$(PATCHLEVEL)$(EXTRAVERSION)'"'; \ 233 echo '#define VERSION_STRING "'$(VERSION).$(PATCHLEVEL)$(EXTRAVERSION)'"'; \