src/Makefile: Fix version.h generation.
It seems, some git behaviour change got by unnoticed.
This commit is contained in:
parent
c5a0271e4c
commit
0ae65cc10f
|
@ -145,5 +145,5 @@ command.c: include/version.h
|
|||
|
||||
include/version.h: FORCE
|
||||
$(Q)echo " GIT include/version.h"
|
||||
$(Q)echo "#define FIRMWARE_VERSION \"$(shell git describe --always --dirty)\"" > $@
|
||||
$(Q)echo "#define FIRMWARE_VERSION \"$(shell git describe --always --dirty --tags)\"" > $@
|
||||
-include *.d
|
||||
|
|
Loading…
Reference in New Issue