summaryrefslogtreecommitdiff
path: root/Makefile.am
diff options
context:
space:
mode:
authorNick Mathewson <nickm@torproject.org>2019-01-22 08:13:14 -0500
committerNick Mathewson <nickm@torproject.org>2019-01-22 08:13:14 -0500
commit00bc18b84799afcb6a48e0ee9273e155e3d2a54e (patch)
tree46a36bb6302b8c56c3fc316067058c1b03825872 /Makefile.am
parent0ce4d23af5cd6ca3a5fe7f8b931b07f171b7f4ed (diff)
parent7e1f89346022a4e90d416dad84ffdda483dbd3b5 (diff)
downloadtor-00bc18b84799afcb6a48e0ee9273e155e3d2a54e.tar.gz
tor-00bc18b84799afcb6a48e0ee9273e155e3d2a54e.zip
Merge remote-tracking branch 'tor-github/pr/653'
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am
index 3ac9bc3fec..b40b2e51bc 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -421,7 +421,7 @@ endif
check-changes:
if USEPYTHON
@if test -d "$(top_srcdir)/changes"; then \
- $(PYTHON) $(top_srcdir)/scripts/maint/lintChanges.py $(top_srcdir)/changes; \
+ PACKAGE_VERSION=$(PACKAGE_VERSION) $(PYTHON) $(top_srcdir)/scripts/maint/lintChanges.py $(top_srcdir)/changes; \
fi
endif