diff -r 63e3c25b6e2c -r 776ca456c221 common/tools/split_sysdef.pl --- a/common/tools/split_sysdef.pl Thu Sep 02 09:22:38 2010 +0100 +++ b/common/tools/split_sysdef.pl Thu Sep 02 12:17:04 2010 +0100 @@ -56,7 +56,7 @@ $bldfile =~ s,\\,/,g; $bldfile = "/$bldfile" if ( $bldfile !~ m,^/, ); $bldfile = "/sf$bldfile" if ( $bldfile !~ m,^/sf, ); - if ($bldfile =~ m,^/sf/(os|mw|app|tools|ostools|adaptation)/,) + if ($bldfile =~ m,^/sf/(os|mw|app|tools|ostools|adaptation|adapt)/,) { $unit->setAttribute("bldFile", $bldfile); } @@ -72,7 +72,7 @@ $mrp =~ s,\\,/,g; $mrp = "/$mrp" if ( $mrp !~ m,^/, ); $mrp = "/sf$mrp" if ( $mrp !~ m,^/sf, ); - if ($mrp =~ m,^/sf/(os|mw|app|tools|ostools|adaptation)/,) + if ($mrp =~ m,^/sf/(os|mw|app|tools|ostools|adaptation|adapt)/,) { $unit->setAttribute("mrp", $mrp); }