summaryrefslogtreecommitdiffstats
path: root/Makefile.common
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile.common')
-rw-r--r--Makefile.common2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.common b/Makefile.common
index ced406b..87121d8 100644
--- a/Makefile.common
+++ b/Makefile.common
@@ -286,7 +286,7 @@ TAG_VERSION := $(shell echo ${VERSION} | sed s/\\\./_/g)
TAG_RELEASE := $(shell echo ${RELEASE} | sed s/\\\./_/g)
# tag to export, defaulting to current tag in the spec file
-TAG?=${TAG_NAME}-${TAG_VERSION}-${TAG_RELEASE}
+TAG ?= ${TAG_NAME}-${TAG_VERSION}-${TAG_RELEASE}
# The rest of this rule is set outside the ifneq
.PHONY: tag