Modules are built in the intermediate directory.

svn path=/branches/xmlbuildsystem/; revision=13171
This commit is contained in:
Casper Hornstrup 2005-01-20 23:05:36 +00:00
parent 45e6d4dd39
commit 5ce17b05d1
2 changed files with 2 additions and 2 deletions

View file

@ -946,7 +946,7 @@ MingwModuleHandler::GenerateMacrosAndTargets (
module.name.c_str () );
fprintf ( fMakefile, "%s: %s\n\n",
module.name.c_str (),
module.GetPath ().c_str () );
FixupTargetFilename ( module.GetPath () ).c_str () );
// future references to the macros will be to get their values
cflagsMacro = ssprintf ("$(%s)", cflagsMacro.c_str ());