mirror of
https://github.com/reactos/reactos.git
synced 2025-02-23 17:05:46 +00:00
- Fix build. Addendum to r39048 (from KJK)
svn path=/trunk/; revision=39049
This commit is contained in:
parent
f51410ed14
commit
07814326c7
1 changed files with 1 additions and 1 deletions
|
@ -1721,7 +1721,7 @@ MingwModuleHandler::GenerateObjectFileTargets ()
|
|||
vector<FileLocation> rpcDependencies;
|
||||
GetRpcHeaderDependencies ( rpcDependencies );
|
||||
if ( rpcDependencies.size () > 0 )
|
||||
dependencies = v2s ( backend, rpcDependencies, 5 );
|
||||
dependencies = " " + v2s ( backend, rpcDependencies, 5 );
|
||||
|
||||
pchRule.Execute ( fMakefile,
|
||||
backend,
|
||||
|
|
Loading…
Reference in a new issue