Build dunst also as a git submodule

Git submodules have the property to have .git symlinked into the main
.git folder. On a symlink, the traling dot of a wildcard doesn't work.
This commit is contained in:
Benedikt Heine 2018-01-16 15:03:55 +01:00
parent f7cf5b6f5b
commit 370e6ede70

View File

@ -4,7 +4,7 @@
include config.mk include config.mk
VERSION := "1.3.0-non-git" VERSION := "1.3.0-non-git"
ifneq ($(wildcard ./.git/.),) ifneq ($(wildcard ./.git/),)
VERSION := $(shell git describe --tags) VERSION := $(shell git describe --tags)
endif endif