remove unnecessary conditional
the code above already deals with the differences Change-Id: Ifb799e46f5187e7bd3d0f0169e868ad267bcfe23 Reviewed-by: Joerg Bornemann <joerg.bornemann@nokia.com>
This commit is contained in:
parent
d83619f65f
commit
4fdd663208
@ -2661,12 +2661,8 @@ MakefileGenerator::writeSubTargets(QTextStream &t, QList<MakefileGenerator::SubT
|
||||
sub_targ = project->first((*qut_it) + ".recurse_target");
|
||||
|
||||
//write the commands
|
||||
if(!out_directory.isEmpty()) {
|
||||
writeSubMakeCall(t, out_directory_cdin, makefilein + " " + sub_targ,
|
||||
out_directory_cdout);
|
||||
} else {
|
||||
writeSubMakeCall(t, "\n\t", makefilein + " " + sub_targ, QString());
|
||||
}
|
||||
writeSubMakeCall(t, out_directory_cdin, makefilein + " " + sub_targ,
|
||||
out_directory_cdout);
|
||||
}
|
||||
}
|
||||
if(project->isEmpty("QMAKE_NOFORCE") &&
|
||||
|
Loading…
Reference in New Issue
Block a user