From 10ef7a31cfa896fb8a4eddde92c4b7d1e7477ad6 Mon Sep 17 00:00:00 2001 From: teor Date: Wed, 6 Nov 2019 12:29:35 +1000 Subject: 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. --- Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile.am') 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: -- cgit v1.2.3-54-g00ecf