src/Makefile: Fix version.h generation.

It seems, some git behaviour change got by unnoticed.
This commit is contained in:
Uwe Bonnes 2020-09-22 18:54:09 +02:00 committed by UweBonnes
parent c5a0271e4c
commit 0ae65cc10f
1 changed files with 1 additions and 1 deletions

View File

@ -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