Skip to content

Commit

Permalink
fix make complaint when git is not installed
Browse files Browse the repository at this point in the history
  • Loading branch information
bcoca committed Dec 11, 2015
1 parent c9b0f4a commit bd0f9a4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit bd0f9a4

Please sign in to comment.