mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-08-31 19:26:42 +00:00
Fix deletion of generated proxy makefile
svn path=/trunk/; revision=31233
This commit is contained in:
@@ -2208,9 +2208,14 @@ MingwModuleHandler::GenerateRules ()
|
||||
|
||||
if ( module.name != "zlib" ) /* Avoid make warning */
|
||||
{
|
||||
FileLocation proxyMakefile ( OutputDirectory,
|
||||
DirectoryLocation root;
|
||||
if ( backend->configuration.GenerateProxyMakefilesInSourceTree )
|
||||
root = SourceDirectory;
|
||||
else
|
||||
root = OutputDirectory;
|
||||
FileLocation proxyMakefile ( root,
|
||||
module.output->relative_path,
|
||||
"makefile" );
|
||||
"GNUmakefile" );
|
||||
CLEAN_FILE ( proxyMakefile );
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user