Index: mingw-tools.jam
===================================================================
RCS file: /cvsroot/boost/boost/tools/build/v1/mingw-tools.jam,v
retrieving revision 1.20
diff -u -r1.20 mingw-tools.jam
--- mingw-tools.jam	16 Oct 2005 15:34:27 -0000	1.20
+++ mingw-tools.jam	21 Dec 2005 10:08:09 -0000
@@ -15,7 +15,7 @@
     extends-toolset gcc ;
 
     # So that RUNPATH, and PATH, is set to include where the mingw DLLs are located.
-    flags mingw STDLIBPATH : $(GCC_BIN_DIRECTORY) ;
+    flags mingw STDLIBPATH : $(MINGW_BIN_DIRECTORY) ;
 }
 
 flags mingw LINKFLAGS <user-interface>gui : -Wl,--subsystem,windows ;

