Index: tools/build/v2/tools/dmc.jam
===================================================================
RCS file: /cvsroot/boost/boost/tools/build/v2/tools/dmc.jam,v
retrieving revision 1.2
diff -u -r1.2 dmc.jam
--- tools/build/v2/tools/dmc.jam	26 Feb 2006 16:52:26 -0000	1.2
+++ tools/build/v2/tools/dmc.jam	26 Feb 2006 17:44:18 -0000
@@ -37,7 +37,7 @@
         # DMC linker is sensitive the the direction of slashes, and
         # won't link if forward slashes are used in command.
         root = [ sequence.join [ regex.split $(root) "/" ] : "\\" ] ;
-        flags dmc .root $(condition) : $(root)\bin\ ;    
+        flags dmc .root $(condition) : $(root)\\bin\\ ;
     }
     else
     {





