X-Git-Url: https://git.notmuchmail.org/git?a=blobdiff_plain;f=Makefile.local;h=086b5a115f8b0a6e42af327f6c5e385c811cd6fe;hb=ca34ac1440d9c7855f41fc4bca569038fa1bd6b0;hp=877a97903a4ce12e4bb489d3a4c52785767788f0;hpb=3c13bc0321baaf340663779d6fce2b1f34c1c2c3;p=notmuch diff --git a/Makefile.local b/Makefile.local index 877a9790..086b5a11 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)"; \