common/tools/split_sysdef.pl
changeset 1241 776ca456c221
parent 1078 551e851f4b49
--- 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);
 		}