diff options
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am index e292600565..a5cc2e147f 100644 --- a/Makefile.am +++ b/Makefile.am @@ -761,7 +761,7 @@ git-release: git-sync: git push - git push --tags $(VERSION) + git push --tags tar: make distcheck |