|
|
@@ -47,12 +47,12 @@ void cmMakefileExecutableTargetGenerator::WriteRuleFiles()
|
|
|
// write rules used to help build object files
|
|
|
this->WriteCommonCodeRules();
|
|
|
|
|
|
- // write in rules for object files and custom commands
|
|
|
- this->WriteTargetBuildRules();
|
|
|
-
|
|
|
// write the per-target per-language flags
|
|
|
this->WriteTargetLanguageFlags();
|
|
|
|
|
|
+ // write in rules for object files and custom commands
|
|
|
+ this->WriteTargetBuildRules();
|
|
|
+
|
|
|
// write the link rules
|
|
|
this->WriteExecutableRule(false);
|
|
|
if(this->Target->NeedRelinkBeforeInstall(this->ConfigName))
|