diff --git a/Makefile b/Makefile index 984f1cd35b..8017ec8ba6 100644 --- a/Makefile +++ b/Makefile @@ -24,6 +24,7 @@ BUILD_DATE = $(shell date -u) BUILD_HASH = $(shell git rev-parse HEAD) # If we don't set the build number it defaults to dev ifeq ($(BUILD_NUMBER),) + BUILD_DATE := n/a BUILD_NUMBER := dev endif BUILD_ENTERPRISE_DIR ?= ../enterprise