Browse code

fix make complaint when git is not installed

Brian Coca authored on 2015/12/11 11:50:11
Showing 1 changed files
... ...
@@ -44,7 +44,7 @@ GIT_HASH := $(shell git log -n 1 --format="%h")
44 44
 GIT_BRANCH := $(shell git rev-parse --abbrev-ref HEAD | sed 's/[-_.\/]//g')
45 45
 GITINFO = .$(GIT_HASH).$(GIT_BRANCH)
46 46
 else
47
-GITINFO = ''
47
+GITINFO = ""
48 48
 endif
49 49
 
50 50
 ifeq ($(shell echo $(OS) | egrep -c 'Darwin|FreeBSD|OpenBSD'),1)