Fix static version variable

Signed-off-by: Jose Bigio <jose.bigio@docker.com>
Upstream-commit: 507c9f84ccc3f83c978aeefa2f0377ed0c14c3b8
Component: packaging
This commit is contained in:
Jose Bigio
2018-08-10 13:12:48 -07:00
parent ae672e2b0e
commit 1f4ebac506
+1 -1
View File
@@ -4,7 +4,7 @@ CLI_DIR:=$(CURDIR)/../cli
VERSION?=0.0.0-dev
DOCKER_GITCOMMIT:=abcdefg
ARCH=$(shell uname -m)
STATIC_VERSION=$(shell ../static/gen-static-ver $(ENGINE_DIR) $(VERSION))
STATIC_VERSION=$(shell static/gen-static-ver $(ENGINE_DIR) $(VERSION))
GO_VERSION:=1.10.3
# Taken from: https://www.cmcrossroads.com/article/printing-value-makefile-variable