mirror of
https://github.com/reactos/reactos.git
synced 2025-08-03 20:56:26 +00:00
Fix typo
svn path=/trunk/; revision=29183
This commit is contained in:
parent
50951397e4
commit
18bb1da6d2
1 changed files with 1 additions and 1 deletions
|
@ -2188,7 +2188,7 @@ MingwModuleHandler::GetDefaultDependencies (
|
||||||
if ( module.type != BuildTool
|
if ( module.type != BuildTool
|
||||||
&& module.name != "psdk" )
|
&& module.name != "psdk" )
|
||||||
|
|
||||||
dependencies.push_back ( "$(PSDK_TARGET) $(PSDK_HEADERS)" );
|
dependencies.push_back ( "$(PSDK_TARGET) $(psdk_HEADERS)" );
|
||||||
}
|
}
|
||||||
|
|
||||||
void
|
void
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue