aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJani Välimaa <wally@mageia.org>2019-05-27 19:34:48 +0300
committerJani Välimaa <wally@mageia.org>2019-05-27 19:34:48 +0300
commit730f0bb63767f8c499cd2e2a238574ce3afa2d2a (patch)
treed0cb91e345670a6e7de21ba572e27423f844ff2f
parentd7368933d4dff884a19527f6b9c581d054e0f7b6 (diff)
downloadconfig-730f0bb63767f8c499cd2e2a238574ce3afa2d2a.tar
config-730f0bb63767f8c499cd2e2a238574ce3afa2d2a.tar.gz
config-730f0bb63767f8c499cd2e2a238574ce3afa2d2a.tar.bz2
config-730f0bb63767f8c499cd2e2a238574ce3afa2d2a.tar.xz
config-730f0bb63767f8c499cd2e2a238574ce3afa2d2a.zip
Makefile: Fix tag target4.120.7.7
-rw-r--r--Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 7c0e839..d036582 100644
--- a/Makefile
+++ b/Makefile
@@ -78,7 +78,8 @@ news:
NEWS: news
-tag: git tag -a $(VERSION) -m "$(VERSION)"
+tag:
+ @git tag -a $(VERSION) -m "$(VERSION)"
.PHONY: ChangeLog NEWS