do not use --all in git describe

parent 382d5ff9
......@@ -3,7 +3,7 @@
OBJS = $(LIBNAME).o usb-enum.o
CFLAGS += -fPIC -g
CFLAGS += -DGIT_VERSION=\"$(GIT_VERSION)\"
GIT_VERSION = $(shell git describe --dirty --tags --all --long)
GIT_VERSION = $(shell git describe --dirty --tags --long)
LIBNAME = liboasis-usb-att
all: lib testprog doc
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment