mirror of
https://github.com/reactos/reactos.git
synced 2025-08-03 02:16:49 +00:00
Fix {module}_depends targets
svn path=/trunk/; revision=28573
This commit is contained in:
parent
c34ec8ad1d
commit
dec7775361
1 changed files with 1 additions and 1 deletions
|
@ -615,7 +615,7 @@ MingwModuleHandler::GenerateDependsTarget () const
|
||||||
fprintf ( fMakefile,
|
fprintf ( fMakefile,
|
||||||
"\t$(ECHO_RBUILD)\n" );
|
"\t$(ECHO_RBUILD)\n" );
|
||||||
fprintf ( fMakefile,
|
fprintf ( fMakefile,
|
||||||
"\t$(Q)$(RBUILD_TARGET) -dm%s mingw\n",
|
"\t$(Q)$(RBUILD_TARGET) $(RBUILD_FLAGS) -dm%s mingw\n",
|
||||||
module.name.c_str () );
|
module.name.c_str () );
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue