aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index a68edf5fd..a0d4daaf7 100644
--- a/Makefile
+++ b/Makefile
@@ -71,7 +71,7 @@ ifeq ("$(TARGETOS)", "windows")
endif
GITREV=$(shell git rev-parse HEAD)
-ifeq ($(`git diff --shortstat`), "")
+ifeq ("$(shell git diff --shortstat)", "")
REV=$(GITREV)
else
REV=$(GITREV)+