[3/4] testbot/build: Also update the makefile if one of the top-level Make.*.in files is modified.

Francois Gouget fgouget at codeweavers.com
Wed Mar 27 10:31:36 CDT 2013


---
 testbot/bin/build/Build.pl |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/testbot/bin/build/Build.pl b/testbot/bin/build/Build.pl
index 76e73f4..dca4328 100755
--- a/testbot/bin/build/Build.pl
+++ b/testbot/bin/build/Build.pl
@@ -86,7 +86,7 @@ sub ApplyPatch
            ($NeedMakefile == 0 || ! $NeedMakeInclude || ! $NeedBuildDeps ||
             ! $NeedImplib || ! $NeedAutoconf || ! $NeedConfigure))
     {
-      if ($Line =~ m=^diff.*tests/Makefile\.in=)
+      if ($Line =~ m=^diff.*(?:tests/Makefile\.in|Make\.vars\.in|Make\.rules\.in|Maketest\.rules\.in)$=)
       {
         $NeedMakefile = 1;
       }
-- 
1.7.10.4



More information about the wine-patches mailing list