mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-09-02 04:13:34 +00:00
Fix {module}_depends targets
svn path=/trunk/; revision=28573
This commit is contained in:
@@ -615,7 +615,7 @@ MingwModuleHandler::GenerateDependsTarget () const
|
||||
fprintf ( fMakefile,
|
||||
"\t$(ECHO_RBUILD)\n" );
|
||||
fprintf ( fMakefile,
|
||||
"\t$(Q)$(RBUILD_TARGET) -dm%s mingw\n",
|
||||
"\t$(Q)$(RBUILD_TARGET) $(RBUILD_FLAGS) -dm%s mingw\n",
|
||||
module.name.c_str () );
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user