X-Git-Url: https://git.notmuchmail.org/git?p=notmuch;a=blobdiff_plain;f=Makefile.local;h=fa07d81bb097701f20122f9470cae3681d1b7339;hp=6e78368c9febe828bbb264e24f8e4a114b56ca79;hb=ecef282a168019e03424bddf0a56053e1dd9a6fe;hpb=bc64cdce289d84be2550c4fccb1f008d15eaeb0e 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)"; \