fix make complaint when git is not installed

pull/4420/head
Brian Coca 2015-12-10 21:50:11 -05:00
parent c9b0f4a9fe
commit bd0f9a4afc
1 changed files with 1 additions and 1 deletions

View File

@ -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)