summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--Makefile.common3
1 files changed, 2 insertions, 1 deletions
diff --git a/Makefile.common b/Makefile.common
index 1e53bad..020d348 100644
--- a/Makefile.common
+++ b/Makefile.common
@@ -203,6 +203,7 @@ TAG_RELEASE := $(shell echo ${RELEASE} | sed s/\\\./_/g)
TAG?=${TAG_NAME}-${TAG_VERSION}-${TAG_RELEASE}
# The rest of this rule is set outside the ifneq
+.PHONY: tag
tag:: ${SPECFILE}
endif # ifneq "${SPECFILE}" ""
@@ -273,7 +274,7 @@ TFMT="%-31s -- %s\n"
TARGETS=all clean distclean fdp-info html html-nochunks pdf po showvars \
tarball rpm rpm-common noarch srpm package-prep package-post \
- src-tarball txt text targets help
+ src-tarball txt text targets help tag
# FIXME: add the .PHONY attribute where the actual target is defined