ソースを参照

Merge branch 'maint-0.4.2' into release-0.4.2

teor 4 年 前
コミット
cf56693f1c
2 ファイル変更4 行追加1 行削除
  1. 1 1
      Makefile.am
  2. 3 0
      changes/bug31335

+ 1 - 1
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:

+ 3 - 0
changes/bug31335

@@ -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.