]> git.notmuchmail.org Git - notmuch/blobdiff - Makefile.local
Merge tag '0.18_rc1'
[notmuch] / Makefile.local
index 6e78368c9febe828bbb264e24f8e4a114b56ca79..fa07d81bb097701f20122f9470cae3681d1b7339 100644 (file)
@@ -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)"; \