X-Git-Url: https://git.notmuchmail.org/git?p=notmuch;a=blobdiff_plain;f=Makefile.local;h=fa07d81bb097701f20122f9470cae3681d1b7339;hp=6e78368c9febe828bbb264e24f8e4a114b56ca79;hb=21cb851a22f41e0b2a7c07dcbcc4f2dec20a0e3d;hpb=26b5836be3bb3e64803472eeda1c53095e2f293d diff --git a/Makefile.local b/Makefile.local index 6e78368c..fa07d81b 100644 --- a/Makefile.local +++ b/Makefile.local @@ -80,8 +80,8 @@ version.stamp: $(srcdir)/version echo $(VERSION) > $@ $(TAR_FILE): - if git tag -v $(VERSION) >/dev/null 2>&1; then \ - ref=$(VERSION); \ + if git tag -v $(UPSTREAM_TAG) >/dev/null 2>&1; then \ + ref=$(UPSTREAM_TAG); \ else \ ref="HEAD" ; \ echo "Warning: No signed tag for $(VERSION)"; \