Generate make rules for creating directories if they don't exist

svn path=/branches/xmlbuildsystem/; revision=15244
This commit is contained in:
Casper Hornstrup 2005-05-12 19:32:15 +00:00
parent d927b8d8fe
commit 9c85c4d513
3 changed files with 68 additions and 4 deletions

View file

@ -129,7 +129,7 @@ MingwModuleHandler::GetTargetFilename (
{
string target = PassThruCacheDirectory (
NormalizeFilename ( module.GetPath () ),
backend->intermediateDirectory );
GetTargetDirectoryTree ( module ) );
if ( pclean_files )
{
string_list& clean_files = *pclean_files;