aboutsummaryrefslogtreecommitdiff
path: root/Makefile.am
diff options
context:
space:
mode:
authorteor <teor@torproject.org>2019-11-06 12:29:35 +1000
committerteor <teor@torproject.org>2019-11-06 12:30:19 +1000
commit10ef7a31cfa896fb8a4eddde92c4b7d1e7477ad6 (patch)
tree2c3b0497f97db320ab274f7f1cc397a0f2df0f13 /Makefile.am
parent76fd872db88782c6bce1b539e27ba1d1ab88cbdb (diff)
downloadtor-10ef7a31cfa896fb8a4eddde92c4b7d1e7477ad6.tar.gz
tor-10ef7a31cfa896fb8a4eddde92c4b7d1e7477ad6.zip
Makefile: Fix "make check-includes" for out-of-tree builds
Previously, it would run on the build tree, which did not contain any sources. Fixes bug 31335; bugfix on 0.3.5.1-alpha.
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 485324fc79..03593df161 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -370,7 +370,7 @@ endif
check-includes:
if USEPYTHON
- $(PYTHON) $(top_srcdir)/scripts/maint/practracker/includes.py
+ $(PYTHON) $(top_srcdir)/scripts/maint/practracker/includes.py $(top_srcdir)
endif
check-best-practices: