From f5df60b28000cfe045bba01daf0108bb9cbe754d Mon Sep 17 00:00:00 2001 From: Jessica Frazelle Date: Wed, 5 Aug 2015 17:54:11 -0700 Subject: [PATCH] fix makefile Signed-off-by: Jessica Frazelle --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index a9daa48eb9..edff8cec8a 100644 --- a/Makefile +++ b/Makefile @@ -4,7 +4,7 @@ PREFIX?=$(shell pwd) # Populate version variables # Add to compile time flags NOTARY_PKG := github.com/docker/notary -VERSION := $(shell cat NOTARY_VERSION) +NOTARY_VERSION := $(shell cat NOTARY_VERSION) GITCOMMIT := $(shell git rev-parse --short HEAD) GITUNTRACKEDCHANGES := $(shell git status --porcelain --untracked-files=no) ifneq ($(GITUNTRACKEDCHANGES),)