Skip to content

Commit 3da8e98

Browse files
committed
use shell cmd instead of assignment
1 parent 093b009 commit 3da8e98

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ MBR_HEX = lib/softdevice/mbr/hex/mbr_nrf52_2.4.1_mbr.hex
2222
# linker by MCU eg. nrf52840.ld
2323
LD_FILE = linker/$(MCU_SUB_VARIANT).ld
2424

25-
GIT_VERSION != git describe --dirty --always --tags
25+
GIT_VERSION := $(shell git describe --dirty --always --tags)
2626
GIT_SUBMODULE_VERSIONS != git submodule status | cut -d" " -f3,4 | paste -s -d" " -
2727

2828
# compiled file name

0 commit comments

Comments
 (0)