Skip to content

Commit dd3af6e

Browse files
committed
Bake in the value of plain git describe cmd
Remove --tags flags from there.
1 parent d2bd0f2 commit dd3af6e

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
@@ -16,7 +16,7 @@ CFLAGS += -Wundef
1616
CFLAGS += -Wno-format-truncation
1717

1818
CFLAGS += -D_XOPEN_SOURCE=500
19-
CFLAGS += -DGIT_DESC=\"$(shell git describe --tags)\"
19+
CFLAGS += -DGIT_DESC=\"$(shell git describe)\"
2020

2121
CFLAGS += $(INCS)
2222
LDFLAGS += $(LIBS)

0 commit comments

Comments
 (0)