Author: vedge
Date: 2008-10-22 22:20:39 -0300 (Wed, 22 Oct 2008)
New Revision: 752

Modified:
   trunk/mkconfigure.pl
Log:
also substitute $BLD -> . for PmIncludePath()


Modified: trunk/mkconfigure.pl
===================================================================
--- trunk/mkconfigure.pl        2008-10-22 04:02:40 UTC (rev 751)
+++ trunk/mkconfigure.pl        2008-10-23 01:20:39 UTC (rev 752)
@@ -77,6 +77,7 @@
        MkSaveMK('CXXFLAGS');
 
        $dir =~ s/\$SRC/\./g;
+       $dir =~ s/\$BLD/\./g;
        PmIncludePath($dir);
 }
 

_______________________________________________
BSDBuild-Commits mailing list
[email protected]
http://mail231.csoft.net/mailman/listinfo/bsdbuild-commits

Reply via email to