summaryrefslogtreecommitdiffstatshomepage
path: root/makefile
diff options
context:
space:
mode:
author Vas Crabb <vas@vastheman.com>2016-06-10 01:08:12 +1000
committer Vas Crabb <vas@vastheman.com>2016-06-10 01:08:12 +1000
commit89466e4937ef83c97f21800d48e7b5d3d7c4276e (patch)
tree5d2a8748d44ef35e922f3fed2a5fe38d8b591d3f /makefile
parent21aee1a27f75297b5c4b14c759a020605b780f4b (diff)
Fix travis
Diffstat (limited to 'makefile')
-rw-r--r--makefile3
1 files changed, 3 insertions, 0 deletions
diff --git a/makefile b/makefile
index c8f64b998dc..1bc1f5dc971 100644
--- a/makefile
+++ b/makefile
@@ -906,6 +906,9 @@ NEW_GIT_VERSION := $(shell git describe --dirty)
else
NEW_GIT_VERSION := unknown
endif
+ifeq ($(NEW_GIT_VERSION),)
+NEW_GIT_VERSION := unknown
+endif
GENIE := 3rdparty/genie/bin/$(GENIEOS)/genie$(EXE)