diff --git a/Makefile.am b/Makefile.am index cfc18a4..ffe4930 100644 --- a/Makefile.am +++ b/Makefile.am @@ -259,5 +259,5 @@ sum: FORCE # on HP/UX. There may be a better fix. tag: - git tag -a -m "$(VERSION) has been released!!!" $(VERSION) - git push --tags + cd "$(srcdir)" && git tag -a -m "$(VERSION) has been released!!!" $(VERSION) + cd "$(srcdir)" && git push --tags