From 42224e343cc662b8f70149da37957c0d1374a531 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=2E=20Fernando=20S=C3=A1nchez?= Date: Thu, 5 Oct 2017 11:19:02 +0200 Subject: [PATCH] Updated makefiles from meaningcloud Version was "unknown" due to a bug --- base.mk | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/base.mk b/base.mk index f67f682..a4d94d7 100644 --- a/base.mk +++ b/base.mk @@ -2,8 +2,8 @@ export NAME ?= $(shell basename $(CURDIR)) VERSION ?= $(shell git describe --tags --dirty 2>/dev/null) -ifeq ($(wildcard $VERSION),) - VERSION:=unknown +ifeq ($(VERSION),) + VERSION:="unknown" endif # Get the location of this makefile.