Merge branch 'maint-0.4.2'

This commit is contained in:
teor 2019-11-06 17:04:52 +10:00
commit 23ff60c150
No known key found for this signature in database
GPG Key ID: 10FEAA0E7075672A
2 changed files with 4 additions and 1 deletions

View File

@ -378,7 +378,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:

3
changes/bug31335 Normal file
View File

@ -0,0 +1,3 @@
o Minor bugfixes (code quality):
- Fix "make check-includes" so it runs correctly on out-of-tree builds.
Fixes bug 31335; bugfix on 0.3.5.1-alpha.