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");
|
sub_targ = project->first((*qut_it) + ".recurse_target");
|
||||||
|
|
||||||
//write the commands
|
//write the commands
|
||||||
if(!out_directory.isEmpty()) {
|
writeSubMakeCall(t, out_directory_cdin, makefilein + " " + sub_targ,
|
||||||
writeSubMakeCall(t, out_directory_cdin, makefilein + " " + sub_targ,
|
out_directory_cdout);
|
||||||
out_directory_cdout);
|
|
||||||
} else {
|
|
||||||
writeSubMakeCall(t, "\n\t", makefilein + " " + sub_targ, QString());
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
if(project->isEmpty("QMAKE_NOFORCE") &&
|
if(project->isEmpty("QMAKE_NOFORCE") &&
|
||||||
|
Loading…
x
Reference in New Issue
Block a user