summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorBrian Coca <brian.coca+git@gmail.com>2015-12-10 21:50:11 -0500
committerBrian Coca <brian.coca+git@gmail.com>2015-12-10 21:50:44 -0500
commitbd0f9a4afc8406f71d65c50cda35a43549998fc1 (patch)
tree4f1b58a16ce1f2df30b505ce5a39485dd0d8b0d8 /Makefile
parentc9b0f4a9feb979d265c3e748ace821518c81a9d5 (diff)
downloadansible-bd0f9a4afc8406f71d65c50cda35a43549998fc1.tar.gz
fix make complaint when git is not installed
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index ac4c07f431..f62cffb2df 100644
--- a/Makefile
+++ b/Makefile
@@ -44,7 +44,7 @@ GIT_HASH := $(shell git log -n 1 --format="%h")
GIT_BRANCH := $(shell git rev-parse --abbrev-ref HEAD | sed 's/[-_.\/]//g')
GITINFO = .$(GIT_HASH).$(GIT_BRANCH)
else
-GITINFO = ''
+GITINFO = ""
endif
ifeq ($(shell echo $(OS) | egrep -c 'Darwin|FreeBSD|OpenBSD'),1)