Skip to content

Commit

Permalink
src/Makefile: Fix version.h generation.
Browse files Browse the repository at this point in the history
It seems, some git behaviour change got by unnoticed.
  • Loading branch information
UweBonnes committed Sep 22, 2020
1 parent c5a0271 commit 0ae65cc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 0ae65cc

Please sign in to comment.