diff options
author | Jani Välimaa <wally@mageia.org> | 2019-05-27 19:34:48 +0300 |
---|---|---|
committer | Jani Välimaa <wally@mageia.org> | 2019-05-27 19:34:48 +0300 |
commit | 730f0bb63767f8c499cd2e2a238574ce3afa2d2a (patch) | |
tree | d0cb91e345670a6e7de21ba572e27423f844ff2f /Makefile | |
parent | d7368933d4dff884a19527f6b9c581d054e0f7b6 (diff) | |
download | config-730f0bb63767f8c499cd2e2a238574ce3afa2d2a.tar config-730f0bb63767f8c499cd2e2a238574ce3afa2d2a.tar.gz config-730f0bb63767f8c499cd2e2a238574ce3afa2d2a.tar.bz2 config-730f0bb63767f8c499cd2e2a238574ce3afa2d2a.tar.xz config-730f0bb63767f8c499cd2e2a238574ce3afa2d2a.zip |
Makefile: Fix tag target4.120.7.7
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -78,7 +78,8 @@ news: NEWS: news -tag: git tag -a $(VERSION) -m "$(VERSION)" +tag: + @git tag -a $(VERSION) -m "$(VERSION)" .PHONY: ChangeLog NEWS |