From 370e6ede704537fad7b785213ee306cb2180deea Mon Sep 17 00:00:00 2001 From: Benedikt Heine Date: Tue, 16 Jan 2018 15:03:55 +0100 Subject: [PATCH] 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. --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index bd5c746..4636899 100644 --- a/Makefile +++ b/Makefile @@ -4,7 +4,7 @@ include config.mk VERSION := "1.3.0-non-git" -ifneq ($(wildcard ./.git/.),) +ifneq ($(wildcard ./.git/),) VERSION := $(shell git describe --tags) endif