summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPaul W. Frields <stickster@gmail.com>2007-09-07 17:27:05 +0000
committerPaul W. Frields <stickster@gmail.com>2007-09-07 17:27:05 +0000
commitc49f5662869f3a2d6028ea045d620d38e3af82de (patch)
treee126cf4acc427be3e6168d65bff7df5dfa589fe9
parentb98eba86a8671e0a139a098967d3902c5e7e6fcf (diff)
downloadfedora-doc-utils-c49f5662869f3a2d6028ea045d620d38e3af82de.tar.gz
fedora-doc-utils-c49f5662869f3a2d6028ea045d620d38e3af82de.tar.xz
fedora-doc-utils-c49f5662869f3a2d6028ea045d620d38e3af82de.zip
Trivial readability fix
-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