svn path=/trunk/; revision=29183
This commit is contained in:
Hervé Poussineau 2007-09-24 12:22:22 +00:00
parent 50951397e4
commit 18bb1da6d2

View file

@ -2188,7 +2188,7 @@ MingwModuleHandler::GetDefaultDependencies (
if ( module.type != BuildTool
&& module.name != "psdk" )
dependencies.push_back ( "$(PSDK_TARGET) $(PSDK_HEADERS)" );
dependencies.push_back ( "$(PSDK_TARGET) $(psdk_HEADERS)" );
}
void